design.matrix {agce} | R Documentation |
design.matrix(factors)
factors |
The vector (first column of the data) of group ids. |
The design matrix X.
Raphael Gottardo
data(Bt20) ### Remove the missing values (if any) Bt20<-remove.NA(Bt20) X<-design.matrix(Bt20[,1])