present

US Birth Records


Overview

Number of male and female births, sex ratio at birth, and number of excess males: United States, 1940–2002.


Variables

  • year: A numeric vector, 1940-2002.
  • boys: A numeric vector, number of male births.
  • girls: A numeric vector, number of female births.


Loading Data

CSV Download

To access the data in R, type

source("http://www.openintro.org/books/statdata/present.R")

To access the data in SAS, type

filename present url 'http://www.openintro.org/books/statdata/present.csv'