Compute outcomes from modelOutput
1 2 3 4 5 6 7 8 9 10 | compute_outcomes(
modelOutput,
severity_risk,
ICU_risk,
ventil_risks,
death_risk,
DaysHosp,
DaysICU,
DaysVentil
)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.