residuals.VARfit()
returns the residuals and coef.VARfit()
returns the coefficients of a fitted VAR model of class 'VARfit', while print.VARfit()
prints the parameters of the estimated model.
# S3 method for VARfit
coef(object, …)
# S3 method for VARfit
print(x, …)
# S3 method for VARfit
residuals(object, …)
the fitted VAR model of class 'VARfit' (as returned by the function VARfit
).
additional arguments.