This function draws density plot for coefficient matrices of Minnesota prior VAR model.
# S3 method for summary.normaliw
autoplot(
object,
type = c("trace", "dens", "area"),
pars = character(),
regex_pars = character(),
...
)
A ggplot object
A summary.normaliw
object
The type of the plot. 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()
.