Last data update: 2014.03.03

R: Rates of lung and nasal cancer mortality, and total...
ewratesR Documentation

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 accomodate follow up for the nickel study.

Usage

data(ewrates)

Format

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

id: Subject identifier (numeric)
year Calendar period, 1931: 1931--35, 1936: 1936--40, ...
age Age class: 10: 10--14, 15:15--19, ...
lung Lung cancer mortality rate per 1,000,000 py.
nasal Nasal cancer mortality rate per 1,000,000 py.
other All cause mortality rate per 1,000,000 py.

Source

From Breslow and Day, Vol II, Appendix IX.

Examples

data(ewrates)
str(ewrates)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(Epi)

Attaching package: 'Epi'

The following object is masked from 'package:base':

    merge.data.frame

> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/Epi/ewrates.Rd_%03d_medium.png", width=480, height=480)
> ### Name: ewrates
> ### Title: Rates of lung and nasal cancer mortality, and total mortality.
> ### Aliases: ewrates
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(ewrates)
> str(ewrates)
'data.frame':	150 obs. of  5 variables:
 $ year : num  1931 1931 1931 1931 1931 ...
 $ age  : num  10 15 20 25 30 35 40 45 50 55 ...
 $ lung : num  1 2 6 14 30 68 149 274 431 586 ...
 $ nasal: num  0 0 0 0 1 1 3 5 10 15 ...
 $ other: num  1269 2201 3116 3024 3188 ...
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>