uk_mortalitydata | R Documentation |
UK mortality data from the Human Mortality Database
data("uk_mortalitydata")
A data.frame with 11100 rows and 4 columns (col 1: Age, col 2: Year, col 3: Deaths, col 4: Exposures)/
Numeric, ranging between 0-110.
Numeric. Years at claims, spanning years 1922-2021.
Numeric.
Numeric.
##Load death data
data("uk_mortalitydata")
str(uk_mortalitydata)
head(uk_mortalitydata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.