Add power
add_replication_power.Rd
Estimates the power of the replication study, given the original effect size, the sample size of the replication study, and the usual focus on a two-tailed test.
Usage
add_replication_power(
fred_data,
es_original = "es_original",
N_replication = "n_replication",
power_column = "power_r"
)