Generate Matrices of Applicable Populations

ComputeApplicablePopulationMatrices(
  results,
  labels = BVE$populationLabels$Labels
)

Arguments

results

Results structure as returned by RunExperiments()

labels

Population labels structure

Value

List of applicable population matrices (labels x years)

Examples

if (FALSE) {
results <-
  pacehrh::RunExperiments(
    scenarioName = scenario,
    trials = nTrials
  )

pm <- pacehrh::ComputeApplicablePopulationMatrices(results)
}