Last data update: 2014.03.03

R: Testis cancer incidence in Denmark, 1943-1996
testisDKR Documentation

Testis cancer incidence in Denmark, 1943–1996

Description

Number of testiscancer cases and male person-years in the Danish population 1943–1996

Usage

data(testisDK)

Format

A data frame with 4860 observations on the following 4 variables.

A

Age class, 0,1,2,...,89

P

Year, 1943,...,1996

D

Number of testis cancer cases

Y

Person years

Source

The Danish Cancer Registry

Examples

data(testisDK)
head(testisDK)

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/testisDK.Rd_%03d_medium.png", width=480, height=480)
> ### Name: testisDK
> ### Title: Testis cancer incidence in Denmark, 1943-1996
> ### Aliases: testisDK
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(testisDK)
> head(testisDK)
  A    P D        Y
1 0 1943 1 39649.50
2 1 1943 1 36942.83
3 2 1943 0 34588.33
4 3 1943 1 33267.00
5 4 1943 0 32614.00
6 5 1943 0 32020.33
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>