Description Usage Arguments Details Value
This module calculates demographic, transmission, and clinical statistics at each time step within the simulation.
1 | prevalence_msm(dat, at)
|
dat |
Master data list object of class |
at |
Current time step. |
Summary statistic calculations are of two broad forms: prevalence and incidence. This function establishes the summary statistic vectors for both prevalence and incidence at time 1, and then calculates the prevalence statistics for times 2 onward. Incidence statistics (e.g., number of new infections or deaths) are calculated within the modules as they depend on vectors that are not stored external to the module.
This function returns the dat
object with an updated summary of current
attributes stored in dat$epi
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.