Description Usage Format Details Source
The life
data contains life expectations in years at birth, 25, 50 and 75 years for men and women in 31 Countries or regions.
1 |
life
is a tbl data frame with 31 observations on 9 variables.
The 9 variables of the life
tbl data frame are the following ones:
country
(character);
m0
life expectation in years for men at birth (numeric);
m25
life expectation in years for men at 25 (numeric);
m50
life expectation in years for men at 50 (numeric);
m75
life expectation in years for men at 75 (numeric);
m0
life expectation in years for women at birth (numeric);
m25
life expectation in years for women at 25 (numeric);
m50
life expectation in years for women at 50 (numeric);
m75
life expectation in years for women at 75 (numeric).
Everitt, B. and Hothorn, T., An Introduction to Applied Multivariate Analysis with R, Springer, 2011
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.