Given raw data all-cause mortality by age, sex, date, and province in Italy, prepare the data using standard identifiers and grouped by year and week. This function is designed specifically to work with data downloaded from Istat. This is a wrapper for the function 'ita_prepare_deaths_single_year()'. For more information, see the repository README.
1 2 3 4 5 6 | ita_prepare_deaths_all_years(
deaths_raw,
age_cutoffs,
model_years,
first_covid_death_date
)
|
deaths_raw |
Data.table downloaded from IStat |
age_cutoffs |
Vector of the starting years for each age group bin. For more information, see |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.