Learn R Programming

Przewodnik (version 0.16.12)

przezycia: Mortality Data for Poland

Description

Mortality data for Poland. Based on http://www.mortality.org/ database. The subsequent columns describe:
  • Year. Year or range of years (for both period and cohort data)
  • Age. Age group for n-year interval from exact age x to just before exact age x+n, where n=1, 4, 5, or infinity (open age interval)
  • m(x). Central death rate between ages x and x+n
  • q(x). Probability of death between ages x and x+n
  • a(x). Average length of survival between ages x and x+n for persons dying in the interval
  • l(x). Number of survivors at exact age x, assuming l(0) = 100,000
  • d(x). Number of deaths between ages x and x+n
  • L(x). Number of person-years lived between ages x and x+n
  • T(x). Number of person-years remaining after exact age x
  • e(x). Life expectancy at exact age x (in years)

Usage

data(przezycia)

Arguments

Format

a data.frame with 11544 rows and 11 columns

Details

Find more at http://www.mortality.org/Public/ExplanatoryNotes.php#CompleteDataSeries

Examples

Run this code
library("Przewodnik")
summary(przezycia)

Run the code above in your browser using DataLab