Referend {BSDA} | R Documentation |
Data for Exercise 8.20
Referend
A data frame with 3 observations on the following 4 variables.
Response
A
B
C
For
Against
undecide
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Referend) attach(Referend) chisq.test(Referend[,2:4]) detach(Referend)