Displaying 1 result from an estimated 1 matches for "factpal".
Did you mean:
actual
2012 Jan 09
1
par.plot() for repeated measurements
...ng ylab and
xlab options. But the plot only gives variable variables. The labels did not
show up. Below is the code I used. Any comments are appreciated! Thanks.
library(gamlss)
enable2r=read.csv("D:\\lzg\\jointmodel\\enable2r.csv",header=T)
enable2r$ID<-factor(enable2r$ID)
par.plot(factpal~timetodeath2,data=enable2r,sub=ID,ylim=c(45,184),ylab='FACIT-PAL',xlab='Time
to death',color=FALSE,lwd=1)
--
View this message in context: http://r.789695.n4.nabble.com/par-plot-for-repeated-measurements-tp4279069p4279069.html
Sent from the R help mailing list archive at Nabble.co...