View source: R/lower_level_disprop_analysis.R
ci_for_prr | R Documentation |
Mainly for use in prr
. Produces (symmetric,
normality based) confidence bounds for the PRR, for a passed probability.
Called twice in prr
to create confidence intervals.
ci_for_prr(
obs = NULL,
n_drug = NULL,
n_event_prr = NULL,
n_tot_prr = NULL,
conf_lvl_probs = 0.95
)
obs |
Number of reports for the specific drug and event (i.e. the observed count). |
n_drug |
Number of reports with the drug of interest. |
n_event_prr |
Number of reports with the event in the background. |
n_tot_prr |
Number of reports in the background. |
conf_lvl_probs |
The probabilities of the normal distribution, based on
a passed confidence level ( |
The confidence interval specified by input parameters.
prr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.