search for: rggefrm

Displaying 7 results from an estimated 7 matches for "rggefrm".

2006 Oct 02
3
line plot through NA
Dear R-help list, I hope I did not miss something obvious, because my question seems very simple, but I couln't figure out how to do it. If I have the following data: Day<-c(1,2,3,4,5,6,7) V<-c(5,NA,10,30,45,NA,10) than the line in plot plot(V~Day, type="b") will start with the 3rd value and stop stop at the 5th value because all NA are omitted. Is there now a parameter
2001 Nov 23
3
compiling R under hpux
Dear R user, I'm wondering if anyone was succesful in compiling R under hpux 10.20 I couldn't compile verion 1.2.1 or 1.3. I asked this question two weeks ago, but nobody replyed. Looks that not many people are using hpux machines. Thanks Frank Mattes Department of Virology Royal Free Hospital London -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help
2006 Oct 01
3
aggregate function with 'NA'
Dear r-help reader, I have some problems with the aggregate function. My datframe looks like >frame Day Time V1 V2 1 M 0 3 NA 2 M 0 4 NA 3 M 0 5 2 4 M 1 NA 4 5 M 1 10 6 6 T 0 4 45 7 T 1 4 3 8 T 1 3 2 9 T 1 6 1 I used the aggegate function to obtain the mean in V1 and V2 over the grouping variable Time and Day
2001 Nov 13
0
help with compiling R under hpux 10.20
Dear R users, I tried to compile R under hpux 10.20 and have sveral problems. R-1.3.1 stopped making strdup.d from strdup.c > >> gcc -I. -I../../src/include -I../../src/include > >> -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c CConverters.c -o > >> CConverters.o > >> gcc -I. -I../../src/include -I../../src/include > >>
2002 Dec 04
2
compiling R under hp-ux 10.20
Dear R user/ developer, I'm wondering if anyone has already compiled R 1.6.1 for hp-ux. I tried in the past (with version 1.3) and haven't had mutch success. I'm very interested to hear any comments. Many thanks Frank Frank Mattes, MD Dpartment of Virology Royal Free and University Medical School London
2003 Jan 16
1
help drawing kaplan-meier plot starting from 0
Dear help news reader, I'm trying to draw a Kaplan-Meier curve and would like to ask the news group for some help Supposing I have study comapring two drugs, "A", and "B" and I recorde the time to get to the clinical endpoint (Time), in my case becommming virus free. I have setup the following frame: Time c Drug 1 5 1 A 2 7 1 B 3 2 1 A 4 10 1
2003 Jan 24
1
different plot symbols according to a factor
Dear R list subscriber, I'm hoppiing my question didn't come up so far. I try to do somthing simple a<-c(1,4,5,2,7,34,56,78,76,54) b=c(a<-c(1,4,5,2,7,34,56,78,76,54) c<-c(0,0,0,0,0,1,1,1,1,1) I would like to get a scatter diagram with different plot symbol for 0 and 1 in c I tried plot(a,b, pch=c(1,2)[c]) which didn't work. I appreciate if someone from the list could