R/statpsych3.R
size.ci.ratio.prop2.Rd
Computes the sample size in each group (assuming equal sample sizes) required to estimate a ratio of population proportions with desired confidence interval precision in a 2-group design.
size.ci.ratio.prop2(alpha, p1, p2, r)
alpha level for 1-alpha confidence
planning value of proportion for group 1
planning value of proportion for group 2
desired upper to lower confidence interval endpoint ratio
Returns the required sample size for each group
size.ci.ratio.prop2(.05, .2, .1, 2)
#> Sample size per group
#> 416
# Should return:
# Sample size per group
# 416