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

Description Usage Arguments Value Examples

View source: R/cd4.vl.atARTinit.R

Description

A function that returns the total number of people between two points in simulation time for a particular age group and gender whose VL and CD4count are as indicated

Usage

1
2
3
cd4.vl.atARTinit(datalist = datalist, agegroup = c(15, 30),
  timewindow = c(15, 30), viralload = c(3, 4), cd4count = c(350, 500),
  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

at the time of ART initiation.

cd4count

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 and CD4 count at ART initiation are given

Examples

1
2
3
data(datalist)
cd4.vl.atARTinit <- cd4.vl.atARTinit(datalist = datalist,
agegroup=c(15,40), timewindow=c(15,40), viralload=c(3,4), cd4count=c(350,500), site="All")

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