Learn R Programming

anacor (version 1.1-4)

tocher: Tocher's eye/hair color data.

Description

Eye color and hair color cross-classification of 5387 Scottish school children.

Usage

data(tocher)

Arguments

Format

Frequency table with eye color in the rows (blue, light, medium, dark) and hair color in the columns (fair, red, medium, dark, black).

References

Maung, K. (1941). Discriminant analysis of Tocher's eye colour data for Scottish school children. Annals of Eugenics, 11, 64-67.

Examples

Run this code
# NOT RUN {
data(tocher)
## maybe str(tocher) ; plot(tocher) ...
# }

Run the code above in your browser using DataLab