For null effects: proportion of CIs that correctly contain zero. For non-null effects: proportion of CIs that exclude zero AND have the correct sign.
Usage
sim_correct_rejection_rate(
estimates,
ses,
true_effect,
correction_factor = 1,
alpha = 0.05
)See also
Other simulation-performance:
sim_bias(),
sim_correction_factor(),
sim_coverage(),
sim_mse(),
sim_rejection_rate(),
sim_type_s_error(),
summarize_simulation()