powered by
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 )
ggplot plot credible intervals
A model created by fit_model()
fit_model()
The lower bound of the credible interval. It must be greater than zero and less than 1.
The upper bound of the credible interval. It must be greater than the interval minimum and less than 1.
TRUE uses facet_wrap to create a subplot for each writer. FALSE plots the data on a single plot.
TRUE
facet_wrap
FALSE
plot_credible_intervals(model = example_model) plot_credible_intervals(model = example_model, facet = TRUE)
Run the code above in your browser using DataLab