Revision 775c7e1be4c58aaf8adccdd2b92d07aa9cdc265f authored by Matthias Templ on 14 January 2020, 05:10:03 UTC, committed by cran-robot on 14 January 2020, 05:10:03 UTC
1 parent d761b2f
Raw File
cancerMN.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dataSets.R
\docType{data}
\name{cancerMN}
\alias{cancerMN}
\title{malignant neoplasms cancer}
\format{A data set on 35 compositional tables on 4 parts (row-wise sorted cells) and 5 variables.}
\source{
\url{http://www.oecd.org}
}
\description{
Two main types of malignant neoplasms cancer affecting colon and lung, respectively, in male and female populations. 
For this purpose population data (2012) from 35 OECD countries were collected.
}
\details{
\itemize{
\item{\code{country }}{country}                                  
\item{\code{females-colon }}{number of colon cancer cases in female population}                       
\item{\code{females-lung }}{number of lung cancer cases in female population}                    
\item{\code{males-colon }}{number of colon cancer cases in male population}
\item{\code{males-lung }}{number of lung cancer cases in male population}
}

The data are obtained from the OECD website.
}
\examples{

data(cancerMN)
head(cancerMN)
rowSums(cancerMN[, 2:5])
}
\author{
conversion to R by Karel Hron and intergration by Matthias Templ \email{matthias.templ@tuwien.ac.at}
}
\keyword{datasets}
back to top