cancerMN | R Documentation |
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.
A data set on 35 compositional tables on 4 parts (row-wise sorted cells) and 5 variables.
country
country
females-colon
number of colon cancer cases in female population
females-lung
number of lung cancer cases in female population
males-colon
number of colon cancer cases in male population
males-lung
number of lung cancer cases in male population
The data are obtained from the OECD website.
conversion to R by Karel Hron and intergration by Matthias Templ matthias.templ@tuwien.ac.at
From OECD website
data(cancerMN)
head(cancerMN)
rowSums(cancerMN[, 2:5])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.