summary {MSBVAR}R Documentation

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

Description

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

Usage

 summary.VAR(object, ...)
        summary.BVAR(object, ...)
        summary.BSVAR(object, ...)

Arguments

object Fitted VAR / BVAR / 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

## Not run: 
summary(x)
## End(Not run)

[Package MSBVAR version 0.3.2 Index]