estor | R Documentation |
Odds ratios are estimated in a case-control study design to assess the association of outcome with past exposure. This function estimates the sample size needed to estimate the true odds ratio with specified precision.
estor(p0, or, alp, prec, k)
p0 |
Probability of exposure among the controls |
or |
Anticipated Odds Ratio (OR) |
alp |
level of significance or probability of claiming the association exists when in fact there is no association |
prec |
Precision desired on either side of OR |
k |
the number of controls for each case |
a list object, the required minimum sample size along with description for reporting
R. Amala, Scientist-C, ICMR-VCRC, Puducherry & G. Kumarapandiyan, Asst. Prof., Madras Christian College, Chennai
Lwanga, S. K., Lemeshow, S., & World Health Organization. (1991). Sample size determination in health studies: a practical manual. World Health Organization.
estor(p0 = 0.35, or = 2, alp = 0.05, prec = 0.25, k = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.