plot.bvarlist {bvartools} | R Documentation |
Plotting Posterior Draws of Bayesian VAR or VEC Models
Description
A plot function for objects of class "bvarlist"
.
Usage
## S3 method for class 'bvarlist'
plot(x, ci = 0.95, type = "hist", model = NULL, ...)
Arguments
x |
an object of class |
ci |
interval used to calculate credible bands for time-varying parameters. |
type |
either |
model |
numeric or integer indicating for which models in argument |
... |
further graphical parameters. |
[Package bvartools version 0.2.4 Index]