AM_mcmc_output
objectGiven an AM_mcmc_output
object, AM_plot_density plots the posterior density of the specified variables of interest. AM_plot_density makes use
of bayesplot's plotting function mcmc_areas bayesplotAntMAN.
AM_plot_density(x, tags = NULL, title = "MCMC Results")
An AM_mcmc_output
fit object, produced by calling AM_mcmc_fit
.
A list of variables to consider. This function only produces meaningful plots for variables that have fixed dimension across the draws.
Title for the plot.
a ggplot object visualising the posterior density of the specified variables.