incidence.vector.creator: Create a vector of HIV incidence measurements.

Description Usage Arguments Value Examples

View source: R/incidence.vector.creator.R

Description

Calculate the HIV incidence, for specific age groups, in yearly intervals, from one 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 dataframe with HIV incidence estimates, for the specific age group.

Examples

1
2
3
data(datalist)
inc.vector.df <- incidence.vector.creator(datalist = datalist, agegroup = c(15,50))
inc.vector.df

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