plot.bvarlist: Plotting Posterior Draws of Bayesian VAR or VEC Models

View source: R/plot.bvarlist.R

plot.bvarlistR 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 "bvarlist", usually, a result of a call to draw_posterior.

ci

interval used to calculate credible bands for time-varying parameters.

type

either "hist" (default) for histograms, "trace" for a trace plot, or "boxplot" for a boxplot. Only used for parameter draws of constant coefficients.

model

numeric or integer indicating for which models in argument "x" plots should be produced.

...

further graphical parameters.


franzmohr/bvartools documentation built on Jan. 28, 2024, 4:06 a.m.