https://github.com/cran/robCompositions
Raw File
Tip revision: d761b2fedaa3133904cf8bbd87ad4e6fcfdf79ac authored by Matthias Templ on 15 April 2019, 16:22:43 UTC
version 2.1.0
Tip revision: d761b2f
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