ART.coverage.vector.creator: Create a vector of ART coverage measurements.

Description Usage Arguments Value Examples

View source: R/ART.coverage.vector.creator.R

Description

Calculate the ART coverage, for a specific age group, in yearly intervals, from the start of the simulation until the end of the simulation.

Usage

1

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. c(15, 30)

Value

A vector with ART coverage estimates, for the specific age group.

Examples

1
2
3
data(datalist)
art.cov.vector.df <- ART.coverage.vector.creator(datalist = datalist, agegroup = c(15,50))
art.cov.vector.df

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