object.## S3 method for class 'corStruct':
coef(object, unconstrained, \dots)
## S3 method for class 'corStruct':
coef(object, \dots) <- valuecorStruct,
representing a correlation structure.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 object. It must be a vector with the same length
of coef{object} and must be given in unconstrained form.object.object to value. Object must be initialized (using
Initialize) before new values can be assigned to its
coefficients.corAR1, corARMA,
corCAR1, corCompSymm,
corExp, corGaus, corLin,
corRatio, corSpatial, corSpher,
corSymm,Initializecst1 <- corARMA(p = 1, q = 1)
coef(cst1)Run the code above in your browser using DataLab