Ferraro2 {BSDA} | R Documentation |
Data for Exercise 8.23
Ferraro2
A data frame with 2 observations on the following 4 variables.
gender
Men
Women
Bush
Ferraro
undecide
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Ferraro2) attach(Ferraro2) Ferraro2 chisq.test(Ferraro2[,2:4]) detach(Ferraro2)