summary: Summary functions for VAR / BVAR / B-SVAR model objects

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Prints a summary of the coefficient matrices for various VAR / BVAR / B-SVAR model objects to standard output.

Usage

1
 summary(object, ...)

Arguments

object

Fitted VAR, BVAR, or B-SVAR model from either reduced.form.var, szbvar, or szbsvar

...

other arguments

Details

Prints (posterior) coefficient matrices for each lag and error covariance summaries as appropriate.

Value

None.

Author(s)

Patrick T. Brandt

See Also

summary

Examples

1
2
3
4
## Not run: 
summary(x)

## End(Not run)

MSBVAR documentation built on May 30, 2017, 1:23 a.m.

Related to summary in MSBVAR...