IRR_confint | R Documentation |
Calculate confidence interval for incidence rate ratios
IRR_confint(IR_ratio, x1, x2)
IR_ratio |
An incidence rate ratio |
x1 |
The number of events in the reference group ("unexposed") |
x2 |
The number of events in the index group ("exposed") |
A numeric vector of length 2
IRR_confint(1.22, 938, 1227)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.