Description Usage Arguments Value Examples
View source: R/cd4.vl.atARTinit.R
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
| 1 2 3 | 
| datalist | The datalist that is produced by  | 
| 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. | 
the total number of of people whose VL and CD4 count at ART initiation are given
| 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")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.