View source: R/plot_seromodel.R
prepare_serosurvey_for_plot | R Documentation |
Adds seroprevalence values with corresponding binomial confidence interval
prepare_serosurvey_for_plot(serosurvey, alpha = 0.05)
serosurvey |
|
alpha |
1 - alpha indicates the confidence level to be used |
serosurvey with additional columns:
Seroprevalence computed as the proportion of positive
cases n_seropositive
in the number of samples
n_sample
for each age group
Lower limit of the binomial confidence interval
of seroprev
Upper limit of the binomial confidence interval
of seroprev
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.