lmeStruct
Linear Mixed-Effects StructureA linear mixed-effects structure is a list of model components representing different sets of parameters in the linear mixed-effects model. An lmeStruct
list must contain at least a reStruct
object, but may also contain corStruct
and varFunc
objects. NULL
arguments are not included in the lmeStruct
list.
lmeStruct(reStruct, corStruct, varStruct)
reStruct | a |
corStruct | an optional |
varStruct | an optional |
a list of model components determining the parameters to be estimated for the associated linear mixed-effects model.
José Pinheiro and Douglas Bates [email protected]
corClasses
, lme
, residuals.lmeStruct
, reStruct
, varFunc
lms1 <- lmeStruct(reStruct(~age), corAR1(), varPower())
Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.