Plot simultaneous posterior bands
Arguments
- object
A simultaneous-band table or an object accepted by
simultaneous_irf()/simultaneous_cdm().- type
One of
"irf"or"cdm"whenobjectis not already a simultaneous-band table.- horizon
Maximum horizon used when
objectis a posterior model object.- probability
Coverage probability for the simultaneous band.
- variable
Optional response-variable subset.
- shock
Optional shock subset.
- models
Optional model filter.
- facet_scales
Facet scales passed to
ggplot2.- scale_by
Optional scaling mode for CDMs.
- scale_var
Optional scaling variable specification.
- ...
Additional arguments passed to computation methods.
Examples
data(us_fiscal_lsuw, package = "bsvars")
spec <- bsvars::specify_bsvar$new(us_fiscal_lsuw, p = 1)
#> The identification is set to the default option of lower-triangular structural matrix.
post <- bsvars::estimate(spec, S = 5, show_progress = FALSE)
p <- plot_simultaneous(post, horizon = 3)