Births and deaths data
Simulated data for Lexis Diagram examples.
data
data("births_deaths")
Format
The format is: List of 2 births:tibble[32x3](S3:tbldf/tbl/data.frame).. sex : chr [1:32] "male" "male" "male" "male" ... ..datereg:Date[1:32],format:..... births : num [1:32] 121558 126446 130839 130911 127524 ... deaths:tibble[112x4](S3:tbldf/tbl/data.frame).. sex : chr [1:112] "male" "male" "male" "male" ... ..datereg:Date[1:112],format:..... age : num [1:112] 0 0 0 0 0 0 0 0 0 0 ... ..$ deaths : num [1:112] 11411 10494 10814 9872 9457 ...
Examples
data(births_deaths)
summary(births_deaths)