R/kerrich2000.R

#' First 2000 Tosses of Kerrich's Coin Tossing Experiment
#' 
#' John Kerrich, along with internee Eric Christensen, demonstrated the Law of Large Numbers by tossing a coin 10,000 times and recording the number of heads while interned in Denmark during World War II. In total, the tosses yielded 5,067 heads. Kerrich discussed these results in the text \emph{An experimental introduction to the theory of probability}.
#' This data provide the results of the first 2,000 tosses.
#' 
#' @format A data frame with 2000 rows and 2 columns.
#' 
#' \tabular{lll}{
#' name \tab type \tab description \cr
#' \code{toss} \tab \code{"integer"} \tab Toss number. \cr
#' \code{heads} \tab \code{"logical"} \tab Whether the toss was a head \cr
#' }
#' 
#' @references \url{https://stats.stackexchange.com/questions/76663/john-kerrich-coin-flip-data}
#' 
#' @references \url{https://en.wikipedia.org/wiki/John_Edmund_Kerrich#cite_note-6}
#' 
#' @references \url{https://web.archive.org/web/20140715063158/http://www.wits.ac.za/academic/science/stats/school/5717/history.html}
#' 
#' @references Kerich, J. E. (1946) \emph{An Experimental Introduction to the Theory of Probability}. Copenhagen:E. Munksgaard.
"kerrich2000"
jrnold/datums documentation built on May 20, 2019, 1 a.m.