View source: R/summary_functs.R
compute_rejection_probability | R Documentation |
Rejection probability is type-I error (under null) and type-II error (under alternative)
compute_rejection_probability(tbl, threshold)
tbl |
data frame with columns target, value, and id. Column "target" should have entry "p_value." |
threshold |
rejection threshold |
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.