object.
coef(object, unconstrained) coef(object) <- value
reStruct,
representing a random effects structure and consisting of a list of
pdMat objects.
TRUE the coefficients
are returned in unconstrained form (the same used in the optimization
algorithm). If
FALSE the coefficients are returned in
"natural", possibly constrained, form. Defaults to
TRUE.
object. It must be a vector with the same length
of
coef(object) and must be given in unconstrained form.
object.
On the left side of an assignment, sets the values of the coefficients
of
object to
value.
rs1 <- reStruct(list(A = pdSymm(diag(1:3), form = ~Score), B = pdDiag(2 * diag(4), form = ~Educ))) coef(rs1)