summary.varest {vars}R Documentation

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.

Author(s)

Bernhard Pfaff

See Also

VAR

Examples

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

[Package vars version 0.7-7 Index]