powered by
Data for Exercise 8.32
Sports
A data frame/tibble with 200 observations on two variables
a factor with levels male and female
male
female
a factor with levels football, basketball, baseball, and tennis
football
basketball
baseball
tennis
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
# NOT RUN { T1 <- xtabs(~gender + sport, data = Sports) T1 chisq.test(T1) rm(T1) # }
Run the code above in your browser using DataLab