Draw BVAR and BVHAR MCMC plots.
# S3 method for bvharsp
autoplot(
object,
type = c("coef", "trace", "dens", "area"),
pars = character(),
regex_pars = character(),
...
)
A ggplot object
A bvharsp
object
The type of the plot. Posterior coefficient (coef
), Trace plot (trace
), kernel density plot (dens
), and interval estimates plot (area
).
Parameter names to draw.
Regular expression parameter names to draw.
Other options for each bayesplot::mcmc_trace()
, bayesplot::mcmc_dens()
, and bayesplot::mcmc_areas()
.