| residuals.bigtime.VARX | R Documentation | 
sparseVARXGives the residuals for VARX models estimated using
sparseVARX
## S3 method for class 'bigtime.VARX'
residuals(object, ...)
| object | Model estimated using  | 
| ... | Not currently used | 
Returns a matrix of residuals.
## Not run: 
data(varx.example)
varx <- sparseVARX(Y=scale(Y.varx), X=scale(X.varx), selection="cv")
res <- residuals(varx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.