This method function extracts the coefficients associated with each
component of the modelStruct list.
Usage
## S3 method for class 'modelStruct':
coef(object, unconstrained, \dots)
coef(object) <- value
Arguments
Value
a vector with all coefficients corresponding to the components of
object.
SIDE EFFECTS
On the left side of an assignment, sets the values of the coefficients
of object to value. Object must be initialized (using
Initialize) before new values can be assigned to its
coefficients.