Please refer to empirical_coverage()
for details on computation
and limitations of this plot as well as details on the arguments.
plot_coverage(
x,
variables = NULL,
prob = 0.95,
interval_type = "central",
parameters = NULL
)
# S3 method for SBC_results
plot_coverage(
x,
variables = NULL,
prob = 0.95,
interval_type = "central",
parameters = NULL
)
# S3 method for data.frame
plot_coverage(
x,
variables = NULL,
prob = 0.95,
interval_type = "central",
parameters = NULL
)
object containing results (a data.frame or SBC_results()
object).
variables to show in the plot or NULL
to show all
the with of the uncertainty interval to be shown
DEPRECATED. Use variables
instead.
a ggplot2 plot object