fitted.bigtime.VARX {bigtime} | R Documentation |
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 class 'bigtime.VARX'
fitted(object, ...)
Arguments
object |
Model estimated using |
... |
Not currently used |
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)
[Package bigtime version 0.2.3 Index]