MEEM {nlme}R Documentation

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

Author(s)

Douglas Bates bates@stat.wisc.edu

See Also

MEestimate


[Package Contents]