Generate Matrix of Applicable Populations

ComputeApplicablePopulationMatrix(result, labels = BVE$populationLabels$Labels)

Arguments

result

One entry from the results structure as returned by RunExperiments()

labels

Population labels structure

Value

An applicable population matrix (labels x years)

Examples

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

m <- pacehrh::ComputeApplicablePopulationMatrix(results)
}