Description Usage Arguments Value Examples
View source: R/concurrent.point.prevalence.R
Calculate the concurrent point prevalence, for specific age groups and gender strata.
1 2  | concurr.pointprev.calculator(datalist = datalist, agegroup = c(15, 50),
  timepoint, hivstatus = 2)
 | 
datalist | 
 The datalist that is produced by   | 
agegroup | 
 Boundaries of the age group (lower bound <= age < upper bound) that should be retained, e.g. c(15, 30)  | 
timepoint | 
 Point in time at which the imaginary behavioural survey takes place.  | 
hivstatus | 
 HIV status at the time of the survey. Options are 2, means all; 0 means only HIV-negative, 1 means only HIV-positive.  | 
A dataframe with concurrent point prevalence estimate and surrounding confidence bounds, for the specified time point, age group and hiv status, overall, and stratified by gender
1 2 3 4  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.