powered by
Data used for Exercise 8.50
Develop
A data frame/tibble with 5656 observations on two variables
a factor with levels African American, American Indian, Asian, Latino, and White
African American
American Indian
Asian
Latino
White
a factor with levels Two-year and Four-year
Two-year
Four-year
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
# NOT RUN { T1 <- xtabs(~race + college, data = Develop) T1 chisq.test(T1) rm(T1) # }
Run the code above in your browser using DataLab