fitted.bigtime.VAR {bigtime} | R Documentation |
Gives the fitted values of a model estimated using
sparseVAR
Description
Gives the fitted values of a model estimated using
sparseVAR
Usage
## S3 method for class 'bigtime.VAR'
fitted(object, ...)
Arguments
object |
Model estimated using |
... |
Not currently used |
Value
Returns a matrix of fitted values
Examples
dat <- simVAR(periods=200, k=2, p=5, decay = 0.001, seed = 6150533)
mod <- sparseVAR(Y=scale(dat$Y))
f <- fitted(mod)
[Package bigtime version 0.2.3 Index]