Description Usage Arguments Value Examples
View source: R/freedom_functions_1.R
Calculates population sensitivity for detecting disease assuming imperfect test sensitivity, perfect test specificity and a census of all units in the population
1 | sep.exact(d = 1, se = 1, dig = 5)
|
d |
expected number of infected units in population (=design prevalence*N rounded to next integer), scalar or vector of same length as se |
se |
unit sensitivity of test (proportion), scalar or vector |
dig |
number of digits for rounding of results |
vector of population-level sensitivities
1 2 3 4 5 6 |
[1] 0.92
[1] 0.80000 0.96000 0.99200 0.99840 0.99968
[1] 0.80000 0.80000 0.80000 0.99200 0.99968
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.