modelStruct
list.## S3 method for class 'modelStruct':
coef(object, unconstrained, \dots)
## S3 method for class 'modelStruct':
coef(object, \dots) <- value
object
.object
to value
. Object
must be initialized (using
Initialize
) before new values can be assigned to its
coefficients.Initialize
lms1 <- lmeStruct(reStruct = reStruct(pdDiag(diag(2), ~age)),
corStruct = corAR1(0.3))
coef(lms1)
Run the code above in your browser using DataLab