View source: R/get_passive_detect.R
get_passive_detect | R Documentation |
Function to calculate proportion of infections detected through testing + surveillance
get_passive_detect(n_tests, prop_pos, n_infect, alpha)
n_tests |
Numeric positive value. Number of tests devoted to detection of infection type of interest |
prop_pos |
Numeric value between 0 and 1. Proportion of tests that are returned positive among infection type of interest |
n_infect |
Numeric positive value. Number of infections in the population |
alpha |
Numeric value between 0 and 1. Proportion of infections that of infection type of interest |
Numeric. Proportion of infections of type of interested that are detected
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.