ART.coverage.calculator: Calculate overall HIV prevalence and ART coverage aggregated...

Description Usage Arguments Value Examples

View source: R/ART.coverage.calculator.R

Description

Calculate the HIV prevalence and ART coverage at a point in time, for specific age groups and gender strata.

Usage

1
2
ART.coverage.calculator(datalist = datalist, agegroup = c(15, 30),
  timepoint = 30, site = "All")

Arguments

datalist

The datalist that is produced by readthedata

agegroup

Boundaries of the age group (lower.bound <= age < upper.bound) that should be retained, e.g. agegroup = c(15, 30)

timepoint

Point in time at which the ART coverage should be calculated.

site

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

Value

a dataframe with HIV prevalence estimates and ART coverage estimate and surrounding confidence bounds, for the specified time point and age group, overall, and stratified by gender

Examples

1
2
3
data(datalist)
ART.coverage.df <- ART.coverage.calculator(datalist = datalist,
agegroup = c(15, 30), timepoint = 30, site="All")

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