coef.corStruct: Coefficients of a corStruct Object
Description
This method function extracts the coefficients associated with the
correlation structure represented by object
.Usage
## S3 method for class 'corStruct':
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.See Also
corAR1
, corARMA
,
corCAR1
, corCompSymm
,
corExp
, corGaus
, corLin
,
corRatio
, corSpatial
, corSpher
,
corSymm
,Initialize
Examples
Run this codecst1 <- corARMA(p = 1, q = 1)
coef(cst1)
Run the code above in your browser using DataLab