ci_for_ror {pvda} | 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.