View source: R/local_prevalence.R
Estimate local prevalence using both targeted and randomised testing data
1 2 3 4 5 6 | local_prevalence(
test_df,
control = get_control_parameters(),
imperfect = TRUE,
type = "PCR_positive"
)
|
test_df |
A data.frame with the following columns
|
control |
A list of control parameters defined via
|
imperfect |
Logical, whether to account for imperfect testing |
type |
One of PCR_positive or Infectious |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.