plot can compare between two different model fits or a single model fit by region. If data are simulated then can also include in plot. For more details see the introduction vignette: vignette("Introduction", package = "bennu")

plot_kit_use(..., data = NULL, reported = FALSE, regions_to_plot = NULL)

Arguments

...

named list of stanfit objects

data

data used for model fitting. Can also include p_use column which can be used to plot true values if derived from simulated data.

reported

if TRUE then produces a plot of the reported kits which is equivalent to the predictive check.

regions_to_plot

Optional list to filter which regions are plotted

Value

ggplot2 object

See also

Other plots: kit_summary_table()