Learn R Programming

Epi (version 2.50)

ewrates: Rates of lung and nasal cancer mortality, and total mortality.

Description

England and Wales mortality rates from lung cancer, nasal cancer, and all causes 1936 - 1980. The 1936 rates are repeated as 1931 rates in order to accommodate follow up for the nickel study.

Usage

data(ewrates)

Arguments

Format

A data frame with 150 observations on the following 5 variables:

id:Subject identifier (numeric)
yearCalendar period, 1931: 1931--35, 1936: 1936--40, ...
ageAge class: 10: 10--14, 15:15--19, ...
lungLung cancer mortality rate per 1,000,000 py.
nasalNasal cancer mortality rate per 1,000,000 py.
otherAll cause mortality rate per 1,000,000 py.

Examples

Run this code
data(ewrates)
str(ewrates)

Run the code above in your browser using DataLab