residuals.VARmdl {MSTest} | R Documentation |
residuals of a VARmdl
object
Description
This is a method for the function residuals()
for objects of the class VARmdl
.
Usage
## S3 method for class 'VARmdl'
residuals(object, ...)
Arguments
object |
an object for which the extraction of model residuals is meaningful. |
... |
other arguments. |
Value
vector of residuals.
[Package MSTest version 0.1.5 Index]