similar to: error in data.frame(...., check.names = FALSE)

Displaying 20 results from an estimated 400 matches similar to: "error in data.frame(...., check.names = FALSE)"

2012 Mar 31
1
Not getting correct graphs
Hi all, Can anybody debug the following programme, as I am getting some Junk graphs in the pdf. Please find the attached raw data file. Thank you Regards Rayalu library(ggplot2) setwd("D:\\General Check list") library(RODBC) conn <- odbcConnectExcel ("Book1.xls") Orange1 <- sqlFetch (conn, "Sheet3") odbcClose(conn) rm(conn) #CDAI Change
2012 Jan 20
1
Legend appearance
Hi All, I want small modification in apperance of legend. I want seperate legend for each graph representing the lines present in that graph only (not all the lines in all graphs) . Can you please help? Thank you Regards Devarayalu Orange1 <- structure(list(REFID = c(7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9), ARM = c(1, 1, 1, 1, 2, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2, 1, 1, 2,
2012 Jan 19
3
Not generating line chart
Hi All, Can you please help me, why this code in not generating line chart? library(ggplot2) par(mfrow=c(1,3)) #qplot(TIME1, BASCHGA, data=Orange1, geom= c("point", "line"), colour= ACTTRT) unique(Orange1$REFID) -> refid for (i in refid) { Orange2 <- Orange1[i == Orange1$REFID, ] pdf('PGA.pdf') qplot(TIME1, BASCHGA, data=Orange2, geom= c("line"),
2012 Jan 19
1
Legend problem in line charts
Hi all, Small problem in generating the line charts. Question: Legend for the first graph is coming wrong., for second graph correctly. Please fix the legend postion at the down of graph. Plesae give me the solution. Thank you Devarayalu Orange1 <- structure(list(REFID = c(7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9), ARM = c(1, 1, 1, 1, 2, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2,
2012 Oct 12
1
How to get rid of page 1 and 4 i.e Only dots pages while generating the graphs?
Suppose I have "Orange1" data like this. TIME1 RESPONSE RESPSTAT RESPUT REFID ARM SUBARM 0 299.5 Mean 8-item scale 68 0 0 0 287 Median 8-item scale 68 0 0 0 303.9 Mean 8-item scale 68 1 0 0 286 Median 8-item scale 68 1 0 0 295 Mean 8-item scale 85 0 0 12 254 Mean 8-item scale 85 0 0 0 287 Mean 8-item scale 85 1 0 12 216 Mean
2012 Jul 10
2
RGB components of plot() colours
A quick question: Is there anywhere a listing of the RGB components of the named colours listed by colors()? For example, where would I find the RGB for "orange1" or "salmon"? When I look at an EPS file from R where I have used these colours, it seems that for: "salmon": 0.9804 0.5020 0.4471 rgb "orange1": 1 0.6471 0 rgb However, this is a tedious way
2018 Nov 22
2
NTP strangeness...
In our network we found some client with clock differences. Some machine have effectively some troubles, eg have NO 'Windows Time' service defined, probably some glitches happened when moving from our old NT-like domain. Anyway, catching for that, we have found some other strangeness. Windows time service run: C:\Users\gaio>sc query w32time NOME_SERVIZIO: w32time TIPO
2008 Jan 07
4
Orientation of labels on axes
http://www.nabble.com/file/p14664173/at-modality.png I created the above image with R and I have one problem left: Some of the labels of the axes do not show up, probably because there's not enough space. I use the following code to create the plot: modality <- read.table("results.table", header=TRUE, sep=",") color <-
2008 Jan 04
1
Sorting of captions on axes
Hello, I think this might be a beginner question, but I couldn't find the answer in the manual... http://www.nabble.com/file/p14618947/at-modality.png I created this image with R by using the following code: modality <- read.table("results.table", header=TRUE, sep=",") color <-
2024 Feb 16
2
samba 4.19 Windows 11 clients Time sync problem
Dear all, We just have a samba 4.19 domain running. And what i recognized ist hat some windows 10/11 clients does not sync time with the dc. The time is not the real time as on the dc, about 10 minutes back or several minutes in the future. Is this a bug or did spmething chance in the behaviour of samba? My ntp.conf/ Debian11: driftfile /var/lib/ntp/ntp.drift server 127.127.1.0 fudge
2024 Feb 16
1
samba 4.19 Windows 11 clients Time sync problem
Hi there. A few NTP experts around here lately. We need more info. Distro, and wether your are using NTP (nrpsec) or Chrony. Regards. LP On 16 Feb 2024 at 14:37 +0100, Daniel M?ller via samba <samba at lists.samba.org>, wrote: > Dear all, > > We just have a samba 4.19 domain running. And what i recognized ist hat some > windows 10/11 clients does not sync time with the dc.
2024 Feb 26
1
samba 4.19 Windows 11 clients Time sync problem
Hello, It is debian 11, and it is ntp, as you can see below my ntp.conf. Ntp service is running fine . Some , not all, W10/11 clients do not sync with the dc (samba 4.19). What i did on the clients: net stop w32time w32tm /unregister w32tm /register net start w32time But after some time the wrong time shows up again? Greetings Daniel -----Urspr?ngliche Nachricht----- Von: Luis Peromarta
2005 Dec 31
1
Error when Testing AWS API (ArgumentError: illegal refid http://test.host/login)
OK, I''m finally starting to play around with the AWS part of Rails, and I''m running into problems with the functional tests. If I use the generator to create the web service as ./script/generate web_sevice MyTest do_it and then run the unit tests without further editing the code, I get the following error: test_do_it(MyTestControllerApiTest): ArgumentError: illegal
2008 Jan 16
2
ntpd stuck on stratum 16 = not synced
Maybe there's an ntp expert out there who can help me with this. I have an NTP server serving our local network. It is set up to use pool.ntp.org servers for it's upstream sync. ntpq -p reveals that the server is stuck on stratum 16, which I understand means "not synced". The clients are unable to sync with my local server because of this. Here's the output of ntpq -p
2000 Feb 29
0
mapping of colornames into hsv: half way done
Ok, now we have the mapping of color names to color codes (see below) and conversion to rgb (something like Ben Bolker's function), but how to convert rgb to hsv? Thanks to Brian Ripley, Peter Dalgaard and Ben Bolker Details below Regards Jens etc/colors.big maps 455 names to rgb in S syntax etc/rgb.txt maps 657 names to rgb in C syntax, but unlike colors() it has mixed upper and
2004 May 26
1
clock skew again
Hi, ok this time i have really done every thing i can do. i went to http://www.bytefusion.com/download/win2000/middle.htm and downloaded the presentTense time server for windows 2000. i installed it on my backup domain controller. my sys admin wont allow it on the primary domain controller. ok so after installing it on niit91 (10.10.11.91) i came back to my linux box started the ntpd and
2019 Nov 14
5
I can't get Win10 clients to sync time with the DC
I'm running a Samba AD DC v4.9.9 with Windows 10 clients connected to it and just noticed that the clients are not synchronizing time with the server. I'm not sure why not. My setup is a bit special in that the DC is running inside a (privileged) linux container. For that reason, it's not possible or necessary for the container to correct the system clock, this is done on the
2018 Nov 22
0
NTP strangeness...
Hi Marco, As far i can see here. Are all your ADDC servers set to the same source NTP ( preffered a stratum 1 or 2 ) server. ( and not pool ntp sources ) Because below i see stratum 4 and stratum 3 servers and a timeout on one server. When i look at this. > C:\Users\gaio>w32tm /query /peers > N. peer: 1
2006 May 19
1
Strange error when testing layered web service
Hi all, Ruby 1.8.4 Rails 1.1.2 1) Error: test_find_hardware_by_id(HardwareControllerApiTest): ArgumentError: illegal refid http://test.host/ c:/ruby/lib/ruby/1.8/soap/baseData.rb:166:in `decode'' c:/ruby/lib/ruby/1.8/soap/encodingstyle/soapHandler.rb:153:in `decode_tag'' c:/ruby/lib/ruby/1.8/soap/parser.rb:179:in `decode_tag''
2008 Aug 09
0
$FIG FUTURE INCOME GENERATOR$
*$FIG FUTURE INCOME GENERATOR$* ** ** *HIGH PAYING SIMPLE ONLINE SURVEY* *EARN $5-$75 PER SURVEY* *CREATE FREE ACCOUNT* *OTHER DETAILS LOG ON TO* *http://www.AWSurveys.com/HomeMain.cfm?RefID=karthick777<http://www.awsurveys.com/HomeMain.cfm?RefID=karthick777> *** *http://www.AWSurveys.com/HomeMain.cfm?RefID=karthick777<http://www.awsurveys.com/HomeMain.cfm?RefID=karthick777> *