Learn R Programming

VARtests (version 2.0.5)

VARfit-methods: Methods for class VARfit

Description

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.

Usage

# S3 method for VARfit
coef(object, …)
# S3 method for VARfit
print(x, …)
# S3 method for VARfit
residuals(object, …)

Arguments

x, object

the fitted VAR model of class 'VARfit' (as returned by the function VARfit).

additional arguments.