MEEM {nlme} | R Documentation |
Perform a fixed number of EM iterations on a mixed-effects model
MEEM(object, conLin, niter=0)
object |
an object that inherits from class reStruct ,
representing the random-effects structure in a mixed-effects model. |
conLin |
a condensed linear model providing the data and model
matrices corresponding to the object |
niter |
a positive integer - the number of iterations to be preformed. |
the updated object
Douglas Bates bates@stat.wisc.edu