| lifeexpect {MESS} | R Documentation |
The estimated life expectancy for newborn Danes split according to gender.
A data frame with 70 observations on the following 3 variables.
yeara character vector
giving the calendar interval on which the estimation was based.
malea numeric vector
Life expectancy for males (in years).
femalea numeric vector
Life expectancy for females (in years)
myeara numeric vector
The midpoint of the year interval
Data collected from Danmarsk Statistik. See https://www.dst.dk/en for more information.
data(lifeexpect) plot(lifeexpect$myear, lifeexpect$male)