arbuthnot_tbl | R Documentation |
The 'arbuthnot_tbl' dataset contains historical baptism records collected by John Arbuthnot. It includes data on the number of boys and girls baptized each year from 1629 to 1710 in London. This dataset was historically significant in one of the earliest applications of statistical analysis to human populations. The dataset name has been suffixed with '_tbl' to indicate that it is a tibble, ensuring clarity within the 'sampledatasets' package.
data(arbuthnot_tbl)
A tibble with 82 observations and 3 variables:
Year of record (integer).
Number of boys baptized (integer).
Number of girls baptized (integer).
Arbuthnot, J. (1710). *An argument for Divine Providence, taken from the constant regularity observed in the births of both sexes*.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.