get_passive_detect: Calculate passive detection rates for infections

View source: R/get_passive_detect.R

get_passive_detectR Documentation

Calculate passive detection rates for infections

Description

Function to calculate proportion of infections detected through testing + surveillance

Usage

get_passive_detect(n_tests, prop_pos, n_infect, alpha)

Arguments

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

Value

Numeric. Proportion of infections of type of interested that are detected


HopkinsIDD/tti documentation built on May 24, 2022, 1:11 a.m.