Description Usage Arguments Details Value
View source: R/covid_status_functions.R
Formatting the output of the spatial interaction model for use in the infection model and selecting which variables should be included.
1 | create_input(micro_sim_pop, vars = NULL)
|
micro_sim_pop |
The output of the spatial interaction model |
vars |
Variables to be kept for use in the infection model |
BMI data recoded as: "Not applicable" = NA "Underweight: less than 18.5" = 0 "Normal: 18.5 to less than 25" = 1 "Overweight: 25 to less than 30" = 2 "Obese I: 30 to less than 35" = 3 "Obese II: 35 to less than 40" = 4 "Obese III: 40 or more" = 5
A list of data to be used in the infection model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.