[R] Nested variance-covariance matrix in Multilevel model
Tobias Guennel
tguennel at vcu.edu
Mon Jun 19 22:43:39 CEST 2006
I completely forgot to supply the R code I tried:
vov1i2<-read.table("VOV1_INHIBITED6-16-2006-13h35min33sec.txt",header=TRUE)
test.lme<-lme(fixed=log2(Intensity)~End+logpgc,random=list(Probe=pdBlocked(list(~1,pdCompSymm(~1
),End=~1,ProbeNo=pdCompSymm(~1)),data=vov1i2)
It doesn't look right to me and it produces an error too.
It should be something around those lines though.
Tobias Guennel
More information about the R-help
mailing list