R/statpsych3.R
size.ci.ratio.prop.ps.Rd
Computes the sample size required to estimate a ratio of population proportions with desired confidence interval precision in a paired-samples design. Set the phi correlation planning value to the smallest value within a plausible range for a conservatively large sample size.
size.ci.ratio.prop.ps(alpha, p1, p2, phi, r)
alpha level for 1-alpha confidence
planning value of proportion for measurement 1
planning value of proportion for measurement 2
planning value of phi correlation
desired upper to lower confidence interval endpoint ratio
Returns the required sample size
size.ci.ratio.prop.ps(.05, .4, .2, .7, 2)
#> Sample size
#> 67
# Should return:
# Sample size
# 67