search for: refid

Displaying 20 results from an estimated 57 matches for "refid".

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"), colour= ACTTRT) dev.off() } Regards, Devarayalu [[alternative HTML version deleted]]
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, 2, 1, 1, 2, 2), SUBARM = c(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), ACTTRT = structure(c(3L, 3L, 3L, 3L, 4L, 4L, 4L, 4L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 1L, 1L,...
2012 Mar 31
1
Not getting correct graphs
...<- sqlFetch (conn, "Sheet3") odbcClose(conn) rm(conn) #CDAI Change unique(Orange1$BSCHSTAT) -> change pdf("xxx.pdf") for (j in 1:length(change)){ ((Orange1$BASCHGAUT == "8-item scale")&(Orange1$BSCHSTAT == change[j])) -> b FD <- Orange1[b, ] unique(FD$REFID) -> refid for (i in refid) { Orange2 <- FD[i == FD$REFID, ] Orange2$ARM<- factor(Orange2$ARM) unique(Orange2$BSCHSTAT) -> x y <- paste("REFID=", i,"; ", "BSCHSTAT=", x, sep="") print(qplot(TIME1, BASCHGA, data=Orange2, geom= c("line",...
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, 2), SUBARM = c(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), ACTTRT = structure(c(3L, 3L, 3L, 3L, 4L, 4L, 4L, 4L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 1L, 1L,...
2012 Jan 21
1
error in data.frame(...., check.names = FALSE)
...uot;) Orange1 <- sqlFetch (conn, "Sheet2") odbcClose(conn) rm(conn) unique(Orange1$BSCHSTAT) -> change pdf("xxx.pdf") for (j in 1:length(change)){ ((Orange1$BASCHGAUT == "8-item scale")&(Orange1$BSCHSTAT == change[j])) -> b FD <- Orange1[b, ] unique(FD$REFID) -> refid for (i in refid) { Orange2 <- FD[i == Orange1$REFID, ] Orange2$ACTTRT<- factor(Orange2$ACTTRT) unique(Orange2$BSCHSTAT) -> x y <- paste("REFID=", i,"; ", "BSCHSTAT=", x, sep="") print(qplot(TIME1, BASCHGA, data=Orange2, geom= c("...
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 M...
2018 Nov 22
2
NTP strangeness...
...: 0x0 Windows is able to find NTP servers: C:\Users\gaio>w32tm /monitor È in corso il recupero dell'elenco dei controller di dominio Active Directory pe vdc3t1.ad.fvg.lnf.it[10.99.21.1:123]: ICMP: 16ms ritardo NTP: +0.0175839s differenza di tempo dall'orologio locale RefID: vdcud1.ad.fvg.lnf.it [10.99.1.3] Strato: 4 vdcsv1.ad.fvg.lnf.it[10.5.1.25:123]: ICMP: 0ms ritardo NTP: +0.0129460s differenza di tempo dall'orologio locale RefID: armitage.sv.lnf.it [10.5.1.3] Strato: 4 vdcsv2.ad.fvg.lnf.it[10.5.1.27:123]: ICMP: 2ms ritard...
2005 Dec 31
1
Error when Testing AWS API (ArgumentError: illegal refid http://test.host/login)
...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 refid http://test.host/login /usr/local/ruby/lib/ruby/1.8/soap/baseData.rb:166:in `decode'' /usr/local/ruby/lib/ruby/1.8/soap/encodingstyle/soapHandler.rb:153:in `decode_tag'' /usr/local/ruby/lib/ruby/1.8/soap/parser.rb:179:in `decode_tag'' /usr/loc...
2018 Nov 22
0
NTP strangeness...
...s: > > C:\Users\gaio>w32tm /monitor > È in corso il recupero dell'elenco dei controller di dominio > Active Directory pe > vdc3t1.ad.fvg.lnf.it[10.99.21.1:123]: > ICMP: 16ms ritardo > NTP: +0.0175839s differenza di tempo dall'orologio locale > RefID: vdcud1.ad.fvg.lnf.it [10.99.1.3] > Strato: 4 > vdcsv1.ad.fvg.lnf.it[10.5.1.25:123]: > ICMP: 0ms ritardo > NTP: +0.0129460s differenza di tempo dall'orologio locale > RefID: armitage.sv.lnf.it [10.5.1.3] > Strato: 4 > vdcsv2.ad.fvg.lnf.it[1...
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> * --~--~---------~--~----~------------~-------~--~----~ You received this message because you are...
2024 Feb 16
2
samba 4.19 Windows 11 clients Time sync problem
...t pool 3.debian.pool.ntp.org iburst restrict -4 default kod notrap nomodify nopeer noquery mssntp restrict -6 default kod notrap nomodify nopeer noquery mssntp restrict 127.0.0.1 restrict ::1 restrict source notrap nomodify noquery ntp is working: root at dommaster:~# ntpq -p remote refid st t when poll reach delay offset jitter ============================================================================ == LOCAL(0) .LOCL. 10 l 39d 64 0 0.000 +0.000 0.000 0.debian.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 1.debian.pool....
2024 Feb 16
1
samba 4.19 Windows 11 clients Time sync problem
...iburst > restrict -4 default kod notrap nomodify nopeer noquery mssntp > restrict -6 default kod notrap nomodify nopeer noquery mssntp > restrict 127.0.0.1 > restrict ::1 > restrict source notrap nomodify noquery > > ntp is working: > root at dommaster:~# ntpq -p > remote refid st t when poll reach delay offset > jitter > ============================================================================ > == > LOCAL(0) .LOCL. 10 l 39d 64 0 0.000 +0.000 > 0.000 > 0.debian.pool.n .POOL. 16 p - 64 0 0.000 +0.000 > 0.000 > 1.debian.pool.n .POOL. 16 p - 64 0...
2024 Feb 26
1
samba 4.19 Windows 11 clients Time sync problem
...tp.org > iburst restrict -4 default kod notrap nomodify nopeer noquery mssntp > restrict -6 default kod notrap nomodify nopeer noquery mssntp restrict > 127.0.0.1 restrict ::1 restrict source notrap nomodify noquery > > ntp is working: > root at dommaster:~# ntpq -p > remote refid st t when poll reach delay offset jitter > ====================================================================== > ====== > == > LOCAL(0) .LOCL. 10 l 39d 64 0 0.000 +0.000 > 0.000 > 0.debian.pool.n .POOL. 16 p - 64 0 0.000 +0.000 > 0.000 > 1.debian.pool.n .POOL. 16 p - 64...
2008 Jan 16
2
ntpd stuck on stratum 16 = not synced
...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 along with my ntp.conf file: [root at ntpserver /root]# ntpq -p remote refid st t when poll reach delay offset disp ============================================================================== echo.sureproxy. 0.0.0.0 16 u 29 64 0 0.00 0.000 16000.0 nist.netservice 0.0.0.0 16 u 19 64 0 0.00 0.000 16000.0 ntp.you...
2010 Apr 15
3
Viewing the NTP Server configured
How do i know which NTP server is my linux box contacting to synchronize its time with that of the server ? Thanks Jatin
2013 Jul 25
0
DsGetDomainControllerInfoW fails with level 2008+, works with 2003
...Server 2008+ DC where they can test this? These commands can be executed on any W7 domain client. (2003) C:\Users\Administrator.TESTDOM>w32tm /monitor ADC1.internal.testdom.com *** PDC ***[10.10.65.254:123]: ICMP: 0ms delay NTP: +0.0000000s offset from ADC1.internal.testdom.com RefID: 64-132-226-3.static.twtelecom.net [64.132.226.3] Stratum: 2 Warning: Reverse name resolution is best effort. It may not be correct since RefID field in time packets differs across NTP implementations and may not be using IP addresses. C:\Users\Administrator.TESTDOM>nltest /dclist:test...
2020 Sep 01
1
OpenPVN authentication via Samba AD
Yes, went thru that page a few times and don't see an obvious error. If I leave require strong auth as the default, then nothing works. Setting it to no allows diagnostics->authentication to return a positive result. That is also the configuration that would succeed in querying the containers. Without the 'no' setting it fails to bind. What am i missing? On September 1, 2020
2010 Jul 16
4
Desktop Supercomputer
Greetings, Have been looking at the specs of Boston Venom T4000. Boston Venom T4000 http://www.bostonindia.in/products/bos-t4000.aspx I could not figure out the lowest base price points, HA features and KVM support Yet to work out the storage part of say 8TB storage (with HA features, of course) for this beast. and accessability issues from devices. I am in the middle of trying to find out
2004 May 26
1
clock skew again
...red hat ,but it wont work. here is my ntp.conf file server 10.10.11.91 driftfile /etc/ntp/ntp.drift logfile /var/log/ntp.log from a website http://freeunix.dyndns.org:8088/site2/howto/NTP3.shtml i came to know that if there is a output like this then some thing is wrong. ntpq -p remote refid st t when poll reach delay offset jitter ============================================================================== 10.10.11.91 0.0.0.0 16 u 13 64 0.000 0.000 4000.00 f all remote servers have jitters of 4000.0 with delay and reach values of 0, then something is wrong. It means your...
2007 May 21
1
CentOS 4.5, kernel-2.6.9-55, NTPD trouble
...essed my ASUS A7N8X, Athlon (CPU: AMD Athlon(tm) XP 2600+ stepping 00) based system with an SMP kernel. The symptom is that NTPD never establishes sync with a server, showing over the top jitter values. [root at mavis log]# uname -r 2.6.9-55.EL [root at mavis log]# ntpq -p remote refid st t when poll reach delay offset jitter ============================================================================== decimal.lib.ci. .STEP. 16 u 35 64 0 0.000 0.000 4000.00 dewey.lib.ci.ph 206.223.0.15 2 u 33 64 17 51.733 -725.97 858.187 clock.f...