View source: R/plot-density-distirbution.R
plot_density_distribution | R Documentation |
This function is useful to observe the distributions
of the priors set for the brms::brmsfit model. By adding
sample_prior = "only"
to the sigmoid_model or a brms::brmsfit model,
the model samples only from the prior distributions and can be observed
using this plot function to verify that the values intended to be covered
are being included.
plot_density_distribution(
model,
pars = NULL,
labeller = NULL,
title_label = "Density Distributions"
)
model |
'brms::brmsfit model. |
pars |
|
labeller |
|
title_label |
|
ggplot2::ggplot()
object.
## Not run:
plot_density_distribution(
model = my_sigmoid_model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.