summary {MSBVAR} | R Documentation |
Prints a summary of the coefficient matrices for various VAR / BVAR / B-SVAR model objects to standard output.
summary.VAR(object, ...) summary.BVAR(object, ...) summary.BSVAR(object, ...)
object |
Fitted VAR / BVAR / B-SVAR model from either
reduced.form.var , szbvar , or szbsvar
|
... |
other arguments |
Prints (posterior) coefficient matrices for each lag and error covariance summaries as appropriate.
None.
Patrick T. Brandt
## Not run: summary(x) ## End(Not run)