Description Usage Arguments Value Examples
Obtain the confidence interval for the difference in two rates
1 |
n1 |
A single value. Number of events in the first group |
N1 |
A single value. Number of individuals in the first group |
n2 |
A single value. Number of events in the second group |
N2 |
A single value. Number of individuals in the second group |
c |
A single value. A confidence level (default c = 0.95) |
L A single value. Lower Bound
U A single value. Upper Bound
D A single value. The difference in rates (n1/N1-n2/N2)
1 | confInt(5,100,4,100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.