PreprocessInputData {hivModelling} | R Documentation |
Description
PreprocessInputData(inputData, minYear = 1980L, maxYear = year(Sys.time()))
inputData |
List of input data. Required. |
minYear |
Model start year. |
maxYear |
Model end year. |
Input data as data.table
## Not run: PreprocessInputData(inputData) ## End(Not run)