Displaying 1 result from an estimated 1 matches for "riesby".
Did you mean:
ries
2006 Jun 11
0
Error in "[.default"(mf[, 1], , 1) : incorrect number of dimensions
...elp with getting ride of the above mentioned error. As apparent on the following output, I am trying unsuccessfully to run glmm following strictly the example accompanying repeated package. I was able to get it from http://microarrays.unife.it/bioc-mirror/lindsey/stable/src/contrib/html/
> riesby<-read.table("http://tigger.uic.edu/~hedeker/RIESBY.DAT.txt")
Warning message:
number of items read is not a multiple of the number of columns
> riesby<-riesby[1:396,]
> id<-factor(riesby[,1])
> hamD<-riesby[,2]
> intcpt<-riesby[,3]
> week<-factor(riesby[,...