vl.suppressed: A function that returns the percentage of clients who are...

Description Usage Arguments Value Examples

View source: R/Misc/Pre.hhohhoMaxARTFinal.Sim/hho.rsimpacthelper.R View source: R/VL.suppressed.R

Description

TO REVISE (Need to get the first time that ART was started then reset when drop out and look at the VL six month after, Ignore everthing else after this)

Usage

1
2
vl.suppressed(datalist = datalist, timepoint = 35, vlcutoff = 1000,
  lessmonths = 6, site = "All")

Arguments

datalist

The datalist that is produced by readthedata

timepoint

alive people within this simulation time e.g timewindow = 30.

vlcutoff

viral load below this threshold e.g <1000 copies/mL is defined as suppressed

lessmonths

months from which time point viral load suppression is sort e.g 6 or more months after ART initiation

site

Select only the particular site from the study, if all ignore site/use all sites.

Value

the total number and percentage of people who are virally suppressed 6 or more months after ART initiation at one timepoint

Examples

1
2
3
4
data(datalist)
vl.suppressed <- vl.suppressed(datalist = datalist, timepoint=40,
vlcutoff=1000, lessmonths = 6, site="All")
vl.suppressed

wdelva/RSimpactHelp documentation built on Dec. 26, 2019, 3:42 a.m.