ita_prepare_deaths_all_years: Prepare death data for Italy

Description Usage Arguments

Description

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.

Usage

1
2
3
4
5
6
ita_prepare_deaths_all_years(
  deaths_raw,
  age_cutoffs,
  model_years,
  first_covid_death_date
)

Arguments

deaths_raw

Data.table downloaded from IStat

age_cutoffs

Vector of the starting years for each age group bin. For more information, see


njhenry/covidemr documentation built on Feb. 2, 2022, 2:31 a.m.