GetPopulationData {hivModelling}R Documentation

GetPopulationData

Description

Get data for combinations of populations

Usage

GetPopulationData(context, populationSet = NULL)

Arguments

context

List of parameters. Required.

populationSet

Character vector of names of populations to aggregate in the ouptu data set. Default = NULL.

Value

Data set as data.table object

Examples

## Not run: 
GetPopulationData(inputData, populationSet = c('pop_0', 'pop_1'))

## End(Not run)


[Package hivModelling version 0.9.13 Index]