Rdocumentation
powered by
Learn R Programming
nlme (version 3.1-38)
MEEM: EM iterations for mixed-effects
Description
Perform a fixed number of EM iterations on a mixed-effects model
Usage
MEEM(object, conLin, niter=0)
Arguments
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.
Value
the updated
object
See Also
MEestimate