Last chance! 50% off unlimited learning
Sale ends in
object
.## S3 method for class 'corStruct':
coef(object, unconstrained, \dots)
coef(object) <- value
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
,Initialize
cst1 <- corARMA(p = 1, q = 1)
coef(cst1)
Run the code above in your browser using DataLab