get_n_infections: Calculate Number of Infections

View source: R/get_n_infections.R

get_n_infectionsR Documentation

Calculate Number of Infections

Description

Calculates number of potential infections detected from testing + surveillance

Usage

get_n_infections(n_tests, prop_pos)

Arguments

n_tests

Numeric positive value. Number of tests.

prop_pos

Proportion of tests that are returned positive

Value

Numeric. Number of potential infections that can be detected with testing


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