Description Usage Arguments Value
View source: R/covid_status_functions.R
Calculating mortality rate based on age and health risks
1 2 3 4 5 6 7 8 9 10 | mortality_risk(
df,
obesity_40 = 1,
obesity_35 = 1,
obesity_30 = 1,
overweight = 1,
cvd = NULL,
diabetes = NULL,
bloodpressure = NULL
)
|
df |
The input list - the output from the create_input function |
obesity_40 |
The obesity mortality risk multiplier for BMI > 40 |
obesity_35 |
The obesity mortality risk multiplier for 35 < BMI < 40 |
obesity_30 |
The obesity mortality risk multiplier for 30 < BMI < 35 |
overweight |
The obesity mortality risk multiplier for 25 < BMI < 30 |
cvd |
The cardiovascular disease mortality risk multiplier |
diabetes |
The disease mortality risk multiplier |
bloodpressure |
The bloodpressure/hypertension mortality risk multiplier |
A list of data to be used in the infection model - with updated mortality risk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.