compute_outcomes: Compute outcomes from modelOutput

Description Usage Arguments

View source: R/outcomes.R

Description

Compute outcomes from modelOutput

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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


PascalCrepey/HospiCoV documentation built on April 11, 2020, 3:13 p.m.