Description Usage Arguments Author(s) References Examples
Compute Agresti independence-smoothed logit confidence interval for the odds ratio of two independent binomial proportions.
1 | Agrestiind.CI(x1, n1, x2, n2, conf = 0.95)
|
x1 |
number of events in group 1. |
n1 |
number of trials in group 1. |
x2 |
number of events in group 2. |
n2 |
number of trials in group 2. |
conf |
confidence level. |
Libo Sun
Agresti, A. (1999). On logit confidence intervals for the odds ratio with small samples. Biometrics, 55(2):597-602.
1 2 3 4 | # x1=2, n1=14, x2=1, n2=11
# 95% confidence interval for the odds ratio
Agrestiind.CI(2, 14, 1, 11)
|
[1] 0.1403873 18.2763686
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.