plot_credible_intervals | R Documentation |
Plot credible intervals for the model's pi parameters that estimate the true writer cluster fill counts.
plot_credible_intervals(
model,
interval_min = 0.025,
interval_max = 0.975,
facet = FALSE
)
model |
A model created by |
interval_min |
The lower bound of the credible interval. It must be greater than zero and less than 1. |
interval_max |
The upper bound of the credible interval. It must be greater than the interval minimum and less than 1. |
facet |
|
ggplot plot credible intervals
plot_credible_intervals(model = example_model)
plot_credible_intervals(model = example_model, facet = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.