Description Usage Arguments Value
View source: R/covid_status_functions.R
Calculating risk of being symptomatic mortality rate based on age and health risks
1 2 3 4 5 6 7 | sympt_risk(
df,
overweight_sympt_mplier = 1.46,
cvd = NULL,
diabetes = NULL,
bloodpressure = NULL
)
|
df |
The input list - the output from the create_input function |
overweight_sympt_mplier |
The obesity risk multiplier for BMI > 40 |
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.