plot.bgvarest: Plotting Draws of a Bayesian Global VAR Models

View source: R/plot.bgvarest.R

plot.bgvarestR Documentation

Plotting Draws of a Bayesian Global VAR Models

Description

A plot function for objects of class "bgvarest".

Usage

## S3 method for class 'bgvarest'
plot(x, ci = 0.95, type = "hist", ctry = NULL, ...)

Arguments

x

an object of class "bgvarest", 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.

ctry

character. Name of the element in argument x, for which posterior draws should be plotted. If NULL (default), all submodels are used.

...

further graphical parameters.


franzmohr/bgvars documentation built on Sept. 2, 2023, 12:45 p.m.