Plot Posterior Density Distributions of modeled parameters
plot_posterior_density.Rdplots the bpfit() model density distribution of each
parameter and the mean, lower confidence interval, and upper confidence
interval.
Usage
plot_posterior_density(
model,
exclude_variables = c("__$", "lprior"),
l_ci = 0.025,
u_ci = 0.975,
title_label = "Posterior Density Plots w/ Mean & 95% CI"
)Value
ggplot2::ggplot() object.