Compute outcomes from modelOutput

compute_outcomes(
  modelOutput,
  severity_risk,
  ICU_risk,
  ventil_risks,
  death_risk,
  DaysHosp,
  DaysICU,
  DaysVentil
)

Arguments

modelOutput

output returned by a model run

severity_risk

vector of dimension 17, corresponding to the risk (proportion) of being a severe case, for each age group

ICU_risk

vector of dimension 17, corresponding to the risk (proportion) of being a severe case, for each age group

DaysHosp

single value, corresponding to the length of stay in hospital for severe cases

DaysICU

single value, corresponding to the length of stay in ICU for severe cases