plot_credible_intervals {handwriter} | R Documentation |
Plot Credible Intervals
Description
Plot credible intervals for the model's pi parameters that estimate the true writer cluster fill counts.
Usage
plot_credible_intervals(
model,
interval_min = 0.025,
interval_max = 0.975,
facet = FALSE
)
Arguments
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 |
|
Value
ggplot plot credible intervals
Examples
plot_credible_intervals(model = example_model)
plot_credible_intervals(model = example_model, facet = TRUE)
[Package handwriter version 3.1.1 Index]