Data: Arbuthnot
Arbuthnot's data describes male and female births for London from 1629-1710. These data are from the HistData package in R.
To access the data in R, type
source("http://www.openintro.org/stat/data/arbuthnot.R")
Description
John Arbuthnot (1710) used these time series data to carry out the first known significance test. During every one of the 81 years, there were more male christenings (births) than male christenings. As Arbuthnot wondered, we might also wonder if this could be due to chance, or whether it meant the birth ratio was not actually 1:1.
Format
A data frame with 82 observations on the following 3 variables.
- year: the year, ranging from 1629 to 1710
- boys: number of male christenings (births)
- girls: number of female christenings (births)
