fitted.bigtime.VARX: Gives the fitted values of a model estimated using
sparseVARX
Description
Gives the fitted values of a model estimated using
sparseVARX
Usage
# S3 method for bigtime.VARX
fitted(object, ...)
Value
Returns a matrix of fitted values
data(varx.example)
varx <- sparseVARX(Y=scale(Y.varx), X=scale(X.varx), selection="cv")
fit <- fitted(varx)
Arguments
- object
Model estimated using sparseVARX
- ...
Not currently used