heights: Galton's Height Data

Description Usage Format Source References Examples

Description

This is the famous Galton data on the heights or parents and their children (i.e., where the term "regression" comes from).

Usage

1

Format

A data frame with 898 cases and 6 variables:

family

The family that the child belongs to, labeled by the numbers from 1 to 204 and 136A.

father

The father's height, in inches.

mother

The mother's height, in inches.

gender

The gender of the child, male (M) or female (F).

height

The height of the child, in inches.

kids

The number of kids in the family of the child.

male

1 if the child is male. 0 if the child is female.

female

1 if the child is female. 0 if the child is male.

Source

Francis Galton, 2017, "Galton height data", https://doi.org/10.7910/DVN/T0HSJ1, Harvard Dataverse, V1, UNF:6:2ty+0YgqR2a66FlvjCuPkQ== [fileUNF]

References

Galton, F. (1886). Regression Towards Mediocrity in Hereditary Stature. The Journal of the Anthropological Institute of Great Britain and Ireland, 15, 246-263. doi:10.2307/2841583.

Wikipedia: Regression toward the mean

The troubling legacy of Francis Galton

Examples

1
2
3
data(heights, package = "jeksterslabRdatarepo")
str(heights)
head(heights)

jeksterslabds/jeksterslabRdatarepo documentation built on Jan. 5, 2021, 3:27 a.m.