View source: R/plot-posterior-density.R
plot_posterior_density | R Documentation |
plots the bpfit()
model density distribution of each
parameter and the mean, lower confidence interval, and upper confidence
interval.
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"
)
model |
|
exclude_variables |
list of regular expressions to match what variables to exclude. |
l_ci |
|
u_ci |
|
title_label |
string of the plot title. |
ggplot2::ggplot()
object.
## Not run:
plot_posterior_density(
model = my_sigmoid_model,
l_ci = 0.025,
u_ci = 0.975,
title_label = "Posterior Density Plots with Mean and 95% CI")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.