https://github.com/cran/Epi
Raw File
Tip revision: c81bbfbd28945aaec8aacae4e8a999a6f4b36c65 authored by Bendix Carstensen on 23 August 2018, 04:44:26 UTC
version 2.32
Tip revision: c81bbfb
testisDK.Rd
\name{testisDK}
\alias{testisDK}
\docType{data}
\title{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.
  \describe{
    \item{\code{A}}{Age class, 0,1,2,...,89}
    \item{\code{P}}{Year, 1943,...,1996}
    \item{\code{D}}{Number of testis cancer cases}
    \item{\code{Y}}{Person years}
  }
}
\source{The Danish Cancer Registry
}
\examples{
data(testisDK)
head(testisDK)
}
\keyword{datasets}
back to top