Description Usage Arguments Value
View source: R/01_model_inputs_functions.R
obtain_setting_data
generates the number of people at each compartment by
age group.
1 2 3 4 5 6 7 | obtain_setting_data(
v_init_age_grps,
ctry = "Mexico",
ste = "Mexico City",
cty = "Mexico City",
year = 2020
)
|
v_init_age_grps |
Vector with initial ages of age groups. |
ctry |
Country. |
ste |
State. |
cty |
County or municipality. |
year |
Year. |
An array with the initial population at each class by age group.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.