get_prop_identified: Calculate the proportion isolated and quarantined

View source: R/get_prop_identified.R

get_prop_identifiedR Documentation

Calculate the proportion isolated and quarantined

Description

Calculates the proportion isolated and quarantined from a Detected-Quarantine-Community vector

Usage

get_prop_identified(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 identified.


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