Sports: Favorite sport by gender

SportsR Documentation

Favorite sport by gender

Description

Data for Exercise 8.32

Usage

Sports

Format

A data frame/tibble with 200 observations on two variables

gender

a factor with levels male and female

sport

a factor with levels football, basketball, baseball, and tennis

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples


T1 <- xtabs(~gender + sport, data = Sports)
T1
chisq.test(T1)
rm(T1)


BSDA documentation built on Sept. 19, 2023, 1:08 a.m.