get_prop_quarantined: Calculate the proportion quarantined

View source: R/get_prop_quarantined.R

get_prop_quarantinedR Documentation

Calculate the proportion quarantined

Description

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

Usage

get_prop_quarantined(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 quarantined.


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