Initialize PACE-HRH

PaceInitialize(
  globalConfigFile = NULL,
  inputFile = NULL,
  populationSheet = NULL,
  scenariosSheet = NULL,
  stochasticParametersSheet = NULL,
  seasonalityCurvesSheet = NULL,
  seasonalityOffsetsSheet = NULL,
  forceGlobalConfigReload = TRUE
)

Arguments

globalConfigFile

Path to the global configuration JSON file

inputFile

Path to the model inputs Excel file

populationSheet

Baseline population sheet name

scenariosSheet

Scenarios sheet name

stochasticParametersSheet

Stochastic parameters sheet name

seasonalityCurvesSheet

Seasonality curves sheet name

seasonalityOffsetsSheet

Seasonality offsets sheet name

forceGlobalConfigReload

TRUE/FALSE, default = TRUE. Force a reload of the global configuration if `globalConfigFile` is specified.

Value

TRUE/FALSE

Examples

if (FALSE) {
pacehrh::PaceInitialize()
}