View source: R/summary_functs.R
compute_coverage | R Documentation |
Compute coverage
compute_coverage(tbl, key, sim_spec)
tbl |
data frame with columns target, value, and id. Column "target" should have entries "confint_lower" and "confint_higher" |
key |
data frame with columns for parameter and grid_row_id |
sim_spec |
a simulatr specifier object |
a 1-row tibble with columns value, lower_mc_ci, and upper_mc_ci
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.