initialize.lmeStruct: Initialize an lmeStruct Object
Description
The individual linear mixed-effects model components of the
lmeStruct
list are initialized.Usage
## S3 method for class 'lmeStruct':
initialize(object, data, groups, conLin, control)
Value
an lmeStruct
object similar to object
, but with
initialized model components.