Learn R Programming

bage (version 0.9.4)

prt_deaths: Deaths in Portugal

Description

Deaths and exposure in Portugal, by age, sex, and year.

Usage

prt_deaths

Arguments

Format

A tibble with 3,168 rows and the following columns:

  • age: Age groups "0", "1-4", "5-9", ..., "95-99", "100+"

  • sex: "Female" or "Male"

  • time: Calendar year

  • deaths: Count of deaths

  • exposure: Person-years lived by population

Details

The data are from the Human Mortality Database. Deaths are rounded to the nearest integer. More recent versions, and a comprehensive description of the data, are available at the HMD website.