A plot function for objects of class "bvarlist"
.
# S3 method for bvarlist
plot(x, ci = 0.95, type = "hist", model = NULL, ...)
an object of class "bvarlist"
, usually, a result of a call to draw_posterior
.
interval used to calculate credible bands for time-varying parameters.
either "hist"
(default) for histograms, "trace"
for a trace plot,
or "boxplot"
for a boxplot. Only used for parameter draws of constant coefficients.
numeric or integer indicating for which models in argument "x"
plots should be produced.
further graphical parameters.