GetPopulationData {hivModelling} | R Documentation |
Get data for combinations of populations
GetPopulationData(context, populationSet = NULL)
context |
List of parameters. Required. |
populationSet |
Character vector of names of populations to aggregate in the ouptu data set.
Default = |
Data set as data.table object
## Not run: GetPopulationData(inputData, populationSet = c('pop_0', 'pop_1')) ## End(Not run)