coef | R Documentation |
By defining stats::coef()
for each model, this function returns coefficient matrix estimates.
## S3 method for class 'varlse'
coef(object, ...)
## S3 method for class 'vharlse'
coef(object, ...)
## S3 method for class 'bvarmn'
coef(object, ...)
## S3 method for class 'bvarflat'
coef(object, ...)
## S3 method for class 'bvharmn'
coef(object, ...)
## S3 method for class 'bvharsp'
coef(object, ...)
## S3 method for class 'summary.bvharsp'
coef(object, ...)
object |
Model object |
... |
not used |
matrix object with appropriate dimension.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.