init_dqc | R Documentation |
Creates a named vector to use as the dqc
or init
parameter in tti
functions.
init_dqc( Ds = 0, Da = 0, Qcds = 0, Qhds = 0, Qcda = 0, Qhda = 0, Qq = 0, Cs = 0.8, Ca = 0.2 )
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 |
Named vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.