MEdecomp {nlme}R Documentation

Decompose a mixed-effects model

Description

Decompose the model matrices and response from a mixed-effects model to provide a more compact representation.

Usage

MEdecomp(conLin)

Arguments

conLin a condensed linear model object representing the model matrices and response from a mixed-effects model.

Value

another condensed linear model object that provides an equivalent model fit with fewer rows.

Author(s)

Douglas Bates bates@stat.wisc.edu

See Also

MEestimate


[Package Contents]