coef.cgarch.estimate {tsmarch} | R Documentation |
Extract Model Coefficients
Description
Extract the estimated coefficients of a model.
Usage
## S3 method for class 'cgarch.estimate'
coef(object, ...)
## S3 method for class 'dcc.estimate'
coef(object, ...)
## S3 method for class 'gogarch.estimate'
coef(object, ...)
Arguments
object |
an estimated object from one of the models in the package. |
... |
none |
Value
A numeric named vector of estimated coefficients.
Author(s)
Alexios Galanos
[Package tsmarch version 1.0.0 Index]