fitted.varlse {bvhar} | R Documentation |
Fitted Matrix from Multivariate Time Series Models
Description
By defining stats::fitted()
for each model, this function returns fitted matrix.
Usage
## S3 method for class 'varlse'
fitted(object, ...)
## S3 method for class 'vharlse'
fitted(object, ...)
## S3 method for class 'bvarmn'
fitted(object, ...)
## S3 method for class 'bvarflat'
fitted(object, ...)
## S3 method for class 'bvharmn'
fitted(object, ...)
Arguments
object |
Model object |
... |
not used |
Value
matrix object.
[Package bvhar version 2.0.1 Index]