PRR | R Documentation |
Determines the proportional reporting rate to a collection of 2 x 2 tables of the form
event | not event | |
drug | a | c |
not drug | b | d
|
In case the parameter alpha
is set, it returns
the lower endpoint of the 100(1 - \alpha)
percent confidence interval.
PRR(a, b, c, d, alpha = NULL)
a |
A vector with the counts of the upper left corner of the tables |
b |
A vector with the counts of the lower left corner of the tables |
c |
A vector with the counts of the upper right corner of the tables |
d |
A vector with the counts of the lower right corner of the tables |
alpha |
Value between |
The PRR or the lower endpoint of the confidence interval
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.