coef.pdDiag: pdDiag Object Coefficients
Description
This method function extracts the coefficients associated with the
positive-definite matrix represented by object.Usage
## S3 method for class 'pdDiag':
coef(object, unconstrained, \dots)
coef(object) <- value
Value
a vector with the coefficients corresponding to 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.