estimate_ror | R Documentation |
Estimate Reporting Odds Ratio
estimate_ror(n11, n10, n01, n00, ic_range = 0.95)
n11 |
Number of events of interest within the group of interest |
n10 |
Number of events of interest from all groups |
n01 |
Number of all events within the group of interest |
n00 |
Number of all events from all groups |
ic_range |
Confidence Interval range |
list with ROR estimate and a vector with the IC boundaries
estimate_ror(n11 = 20, n10 = 10, n01 = 200, n00 = 200, ic_range = 0.90)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.