View source: R/plot-prior_posterior_densities.R
plot_prior_posterior_densities | R Documentation |
Generate a plot that shows for each model variable the distribution of the marginal posterior uncertainty overlaid on the distribution of the marginal prior uncertainty.
plot_prior_posterior_densities(
model,
title_label = "Prior Posterior Density",
exclude_variables = c("__$", "lprior"),
...
)
model |
|
title_label |
string of the plot title. |
exclude_variables |
|
... |
further arguments passed to |
ggplot2::ggplot()
object.
## Not run:
plot_prior_posterior_densities(
model = my_sigmoid_model,
title_label = "Prior Posterior Density Plots")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.