get_prop_isolated: Calculate the proportion detected and isolated through...

View source: R/get_prop_isolated.R

get_prop_isolatedR Documentation

Calculate the proportion detected and isolated through testing

Description

Calculates the proportion detected and isolated through testing (i.e. outside of contact tracing) from a Detected-Quarantine- Community vector

Usage

get_prop_isolated(dqc)

Arguments

dqc

Numeric vector of Detected-Quarantine-Community proportions. The components of this vector should sum to one. The order of the components should be: Ds, Da, Qcds, Qcda, Qhds, Qhda, Qq, Cs, Ca. See init_dqc() to generate this vector.

Value

Numeric value. Proportion detected and isolated.


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