robCompositions (version 2.1.0)

mortality: mortality and life expectancy in the EU

Description

  • country country name

  • country2 country name, short version

  • sex gender

  • lifeExpectancy life expectancy

  • infectious certain infectious and parasitic diseases (A00-B99)

  • neoplasms malignant neoplasms (C00-C97)

  • endocrine endocrine nutritional and metabolic diseases (E00-E90)

  • mental mental and behavioural disorders (F00-F99)

  • nervous diseases of the nervous system and the sense organs (G00-H95)

  • circulatory diseases of the circulatory system (I00-I99)

  • respiratory diseases of the respiratory system (J00-J99)

  • digestive diseases of the digestive system (K00-K93)

Usage

data(mortality)

Arguments

Format

A data frame with 60 observations and 12 variables

References

Eurostat, http://ec.europa.eu/eurostat/data

Examples

Run this code
# NOT RUN {
data(mortality)
str(mortality)
## totals (mortality)
aggregate(mortality[,5:ncol(mortality)], 
          list(mortality$country2), sum)
# }

Run the code above in your browser using DataLab