size.ci.ratio.prop.ps | R Documentation |
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 |
alpha level for 1-alpha confidence |
p1 |
planning value of proportion for measurement 1 |
p2 |
planning value of proportion for measurement 2 |
phi |
planning value of phi correlation |
r |
desired upper to lower confidence interval endpoint ratio |
Returns the required sample size
size.ci.ratio.prop.ps(.05, .4, .2, .7, 2)
# Should return:
# Sample size
# 67
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.