births_deaths dataset

Births and deaths data

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).. births: tibble [32 x 3] (S3: tbl_df/tbl/data.frame) .. sex : chr [1:32] "male" "male" "male" "male" ... ..datereg:Date[1:32],format:..... date_reg: Date[1:32], format: ... .. births : num [1:32] 121558 126446 130839 130911 127524 ... deaths:tibble[112x4](S3:tbldf/tbl/data.frame).. deaths: tibble [112 x 4] (S3: tbl_df/tbl/data.frame) .. sex : chr [1:112] "male" "male" "male" "male" ... ..datereg:Date[1:112],format:..... date_reg: 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)
  • Maintainer: Cesar Gamboa-Sanabria
  • License: GPL-3
  • Last published: 2023-10-17

About the dataset

  • Number of columns: 2
  • Class: list

Column names and types

  • births:tbl_dftbldata.frame
  • deaths:tbl_dftbldata.frame