alr3 (version 2.0.5)

heights: Pearson-Lee data

Description

Karl Pearson organized the collection of data on over 1100 families in England in the period 1893 to 1898. This particular data set gives the heights in inches of mothers and their daughters, with up to two daughters per mother. All daughters are at least age 18, and all mothers are younger than 65. Data were given in the source as a frequency table to the nearest inch. Rounding error has been added to remove discreteness from graph.

Arguments

Format

This data frame contains the following columns:
Mheight
Mother's ht, in.
Dheight
Daughter's ht, in.

Source

K. Pearson and A. Lee (1903), On the laws of inheritance in man, Biometrika, 2, 357--463, Table 31.

References

Weisberg, S. (2005). Applied Linear Regression, 3rd edition. New York: Wiley, Section 1.1.

Examples

Run this code
head(heights)

Run the code above in your browser using DataCamp Workspace