hivtx_msm | R Documentation |
Module function for anti-retroviral treatment (ART) initiation and adherence over time.
hivtx_msm(dat, at)
dat |
Master list object containing a |
at |
Current time step. |
Persons enter into the simulation with one of three ART "patterns": never tested, tested but never treated, and treated. This module initiates ART for treatment naive persons in the latter type, and then cycles them on and off treatment. ART initiation, non-adherence, and restarting are all stochastically simulated based on binomial statistical models.
This function returns the dat
object with updated tx.status
,
tx.init.time
, cuml.time.on.tx
, cuml.time.off.tx
attributes.
Summary statistics for the average cumulative time on and off treatment
are calculated and stored on dat$epi
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.