View source: R/lower_level_disprop_analysis.R
ci_for_ror | R Documentation |
Mainly for use in ror
. Produces (symmetric,
normality based) confidence bounds for the ROR, for a passed probability.
Called twice in ror
to create confidence intervals.
ci_for_ror(a, b, c, d, conf_lvl_probs)
a |
Number of reports for the specific drug and event (i.e. the observed count). |
b |
Number of reports with the drug, without the event |
c |
Number of reports without the drug, with the event |
d |
Number of reports without the drug, without the event |
conf_lvl_probs |
The probabilities of the normal distribution, based on
a passed confidence level ( |
The credibility interval specified by input parameters.
ror
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.