Re: [R] par.plot() for repeated measurements

2012-01-15 Thread JerryLee
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)

Re: [R] par.plot() for repeated measurements

2012-01-14 Thread Jonas Stein
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

[R] par.plot() for repeated measurements

2012-01-09 Thread JerryLee
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