varresult
, which is itself a list of lm
-objects.## S3 method for class 'varest':
fitted(object, ...)
## S3 method for class 'vec2var':
fitted(object, ...)
varest
vec2var
VAR
, vec2var
data(Canada)
var.2c <- VAR(Canada, p = 2, type = "const")
fitted(var.2c)
Run the code above in your browser using DataLab