Learn R Programming

MSBVAR (version 0.9-2)

summary: 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(object, ...)

Arguments

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

Value

Details

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

See Also

summary

Examples

Run this code
## Not run: 
# summary(x)
# ## End(Not run)

Run the code above in your browser using DataLab