init_dqc: Create a named vector to use as a...

View source: R/init_dqc.R

init_dqcR Documentation

Create a named vector to use as a Detected-Quarantine-Community vector input

Description

Creates a named vector to use as the dqc or init parameter in tti functions.

Usage

init_dqc(
  Ds = 0,
  Da = 0,
  Qcds = 0,
  Qhds = 0,
  Qcda = 0,
  Qhda = 0,
  Qq = 0,
  Cs = 0.8,
  Ca = 0.2
)

Arguments

Ds

Proportion of population that are symptomatic, detected and isolated

Da

Proportion of population that are asymptomatic, detected and isolated

Qcds

Proportion of population that are infected community contacts of symptomatic, isolated infections and are quarantined

Qhds

Proportion of population that are infected household contacts of symptomatic, isolated infections and are quarantined

Qcda

Proportion of population that are infected community contacts of asymptomatic, isolated infections and are quarantined

Qhda

Proportion of population that are infected household contacts of symptomatic, isolated infections and are quarantined

Qq

Proportion of population that were infected by quarantined contacts and are quarantined

Cs

Proportion of population that are symptomatic and undetected in the community

Ca

Proportion of population that are asymptomatic and undetected in the community

Value

Named vector.


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