uk_deathscausedata | R Documentation |
UK causes of deaths data from the Human Mortality Database
data("uk_deathscausedata")
A data.frame with 1600 rows and 5 columns (col 1: Age, col 2: Year, col 3: Deaths, col 4: Exposures, col 5: Cause)/
Numeric, ranging between 15 and 90.
Numeric. Years at claims, spanning years 2001-2020.
Numeric.
Numeric.
Character. cause of deaths as coded on the HMD
##Load death data
data("uk_deathscausedata")
str(uk_deathscausedata)
head(uk_deathscausedata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.