HairEye: Hair and Eye Color of Statistics Students (Data Frame)

Description Format Source Examples

Description

The distribution of hair color, eye color and sex among 592 statistics students (from Snee 1974 and Friendly 1992).

Format

A data frame with 592 rows and 3 variables.

Source

This is simply a data frame version of the in-built data set HairEyeColor.

Examples

1
2
3
4
5
6
7
data(HairEye)
haireye.crg <- corregp(Eye ~ Hair * Sex, data = HairEye, b = 3000)
haireye.crg
summary(haireye.crg, parm = "b", add_ci = TRUE)
screeplot(haireye.crg, add_ci = TRUE)
anova(haireye.crg, nf = 2)
plot(haireye.crg, x_ell = TRUE, xsub = c("Hair", "Sex"))

corregp documentation built on May 1, 2019, 10:08 p.m.