powered by
Data for Exercise 8.23
Ferraro1
A data frame/tibble with 1000 observations on two variables
a factor with levels Men and Women
Men
Women
a character vector of 1984 president and vice-president candidates
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
# NOT RUN { T1 <- xtabs(~gender + candidate, data = Ferraro1) T1 chisq.test(T1) rm(T1) # }
Run the code above in your browser using DataLab