1
2
3
4
5
#

Name:

Description:

In the 1880's, Francis Galton was developing ways to quantify the heritability of traits. As part of this work, he collected data on the heights of adult children and their parents.

Variables:

A data frame with 898 observations on the following variables.

  • family a factor with levels for each family

  • father the father's height (in inches)

  • mother the mother's height (in inches)

  • sex the child's sex: F or M

  • height the child's height as an adult (in inches)

  • nkids the number of adult children in the family, or, at least, the number whose heights Galton recorded.

Details

Entries were deleted for those children whose heights were not recorded numerically by Galton, who sometimes used entries such as "tall", "short", "idiotic", "deformed" and so on.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

The data were transcribed by J.A. Hanley who has published them at http://www.medicine.mcgill.ca/epidemiology/hanley/galton/

References

"Transmuting" women into men: Galton's family data on human stature. (2004) The American Statistician, 58(3):237-243.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Galton_s_dataset_of_parent_and_child_heights_1276_68.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
#PROBLEM-53634

In the 1880's, Francis Galton was developing ways to quantify the heritability of traits. As...

Question
Showing 1-1 of 1 item.