Create posterior plot of a parameter with credible interval limits shown as vertical lines
plot_posterior(mcmc.sample, alpha = 0.05, ncol = 1)
Posterior plot(s) as an ggplot2 object
Data frame with 2 columns. parm, and sample. A separate posterior plot is generated for each parameter.
Used to determine credible interval.
Number of columns in the plot (default=1).