compute_rejection_probability: Computes rejection probability

View source: R/summary_functs.R

compute_rejection_probabilityR Documentation

Computes rejection probability

Description

Rejection probability is type-I error (under null) and type-II error (under alternative)

Usage

compute_rejection_probability(tbl, threshold)

Arguments

tbl

data frame with columns target, value, and id. Column "target" should have entry "p_value."

threshold

rejection threshold

Value

a 1-row tibble with columns value, lower_mc_ci, and upper_mc_ci


timothy-barry/simulatr documentation built on Sept. 6, 2024, 7:10 p.m.