Dear Jonas,
Thanks for you your suggestion. I tried double quotes (as in following
code). It still does not work. Attached is the data.
library(gamlss)
data=read.csv("D:\\lzg\\jointmodel\\data.csv",header=T)
data$ID<-factor(data$ID)
par.plot(factpal~timetodeath2,data=data,sub=ID,color=FALSE,ylim=
> I am using the package gamlss in R to plot repeated measurements. The
> command I am using is par.plot(). It works great except one thing about the
> label of the axises. I tried to label both x and y axises using ylab and
> xlab options. But the plot only gives variable variables. The labels did
Hello,
I am using the package gamlss in R to plot repeated measurements. The
command I am using is par.plot(). It works great except one thing about the
label of the axises. I tried to label both x and y axises using ylab and
xlab options. But the plot only gives variable variables. The labels did
3 matches
Mail list logo