Learn R Programming

vars (version 1.1-9)

summary: Summary method for objects of class varest

Description

Returns the summary.lm objects of the VAR equations.

Usage

## S3 method for class 'varest':
summary(object, ...)

Arguments

object
Object of class varest.
...
dots currently not used.

Value

  • Returns a list of summary.lm objects.

See Also

VAR

Examples

Run this code
data(Canada)
var.2c <- VAR(Canada, p = 2 , type = "const")
summary(var.2c)

Run the code above in your browser using DataLab