Description Usage Arguments Details Value
Module function for anti-retroviral treatment initiation and adherence over time.
1 | tx_shamp(dat, at)
|
dat |
Master data list object of class |
at |
Current time step. |
Persons enter into the simulation with one of four ART "patterns": never
tested, tested but never treated, treated and achieving partial HIV viral
suppression, or treated with full viral suppression (these types are stored
as individual-level attributes in tt.traj
). This module initiates ART
for treatment naive persons in the latter two types, and then cycles them on
and off treatment conditional on empirical race and sexual idenitity adherence rates. 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
, cum.time.on.tx
, cum.time.off.tx
attributes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.