coef.cgarch.estimate {tsmarch} | R Documentation |
Extract the estimated coefficients of a model.
## S3 method for class 'cgarch.estimate'
coef(object, ...)
## S3 method for class 'dcc.estimate'
coef(object, ...)
## S3 method for class 'gogarch.estimate'
coef(object, ...)
object |
an estimated object from one of the models in the package. |
... |
none |
A numeric named vector of estimated coefficients.
Alexios Galanos