Vehicle {BSDA} | R Documentation |
Data for Exercise 8.34
Vehicle
A data frame with 2 observations on the following 6 variables.
make
domestic
foreign
A
B
C
D
F
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Vehicle) attach(Vehicle) Vehicle chisq.test(Vehicle[,2:6]) detach(Vehicle)