Political party and gender in a voting district
Data for Example 8.3
Politic
A data frame/tibble with 250 observations on two variables
a factor with levels republican
, democrat
, and other
a factor with levels female
and male
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
T1 <- xtabs(~party + gender, data = Politic) T1 chisq.test(T1) rm(T1)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.