Chevy {BSDA} | R Documentation |
Data for Exercise 8.35
Chevy
A data frame with 2 observations on the following 6 variables.
year
88-90
91-93
A
B
C
D
F
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Chevy) attach(Chevy) Chevy chisq.test(Chevy[,2:6]) detach(Chevy)