plot.bgvecest: Plotting Draws of a VECX Submodel of a GVAR Model

View source: R/plot.bgvecest.R

plot.bgvecestR Documentation

Plotting Draws of a VECX Submodel of a GVAR Model

Description

A plot function for objects of class "bgvecest".

Usage

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

Arguments

x

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