vl.atARTinit: A function that returns the total number of people between...

Description Usage Arguments Value Examples

View source: R/VL.atARTinit.R

Description

A function that returns the total number of people between two points in simulation time for a particular age group whose VL is within a threshold

Usage

1
2
vl.atARTinit(datalist = datalist, agegroup = c(15, 30), timewindow = c(15,
  30), viralload = c(3, 4), site = "All")

Arguments

datalist

The datalist that is produced by readthedata

agegroup

alive people within this agegroup.

timewindow

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

viralload

log10 set point viral load threshold at the time of ART initiation.

site

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

Value

the total number of of people whose VL at ART initiation are within a given threshold

Examples

1
2
3
data(datalist)
vl.atARTinit <- vl.atARTinit(datalist = datalist, agegroup = c(15, 30),
timewindow = c(15, 30), viralload = c(3, 4))

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