size.ci.prop.ps | R Documentation |
Computes the sample size required to estimate a population proportion difference with desired confidence interval precision in a paired-samples design. Set the proportion planning values to .5 for a conservatively large sample size. Set the phi correlation planning value to the smallest value within a plausible range for a conservatively large sample size.
size.ci.prop.ps(alpha, p1, p2, phi, w)
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 |
w |
desired confidence interval width |
Returns the required sample size
size.ci.prop.ps(.05, .2, .3, .8, .1)
# Should return:
# Sample size
# 118
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.