View source: R/calc_rejection.R
calc_rejection | R Documentation |
Calculates rejection rate. The function also calculates the associated Monte Carlo standard error.
calc_rejection(data, p_values, alpha = 0.05, format = "wide")
data |
data frame or tibble containing the simulation results. |
p_values |
vector or name of column from |
alpha |
scalar or vector indicating the nominal alpha level(s). Default value is set to the conventional .05. |
format |
option |
A tibble containing the number of simulation iterations, performance criteria estimate and the associated MCSE.
calc_rejection(data = t_res, p_values = p_val)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.