powered by
sparseVAR
Gives the fitted values of a model estimated using sparseVAR
# S3 method for bigtime.VAR fitted(object, ...)
Returns a matrix of fitted values
Model estimated using sparseVAR
Not currently used
dat <- simVAR(periods=200, k=2, p=5, decay = 0.001, seed = 6150533) mod <- sparseVAR(Y=scale(dat$Y)) f <- fitted(mod)
Run the code above in your browser using DataLab