powered by
Data for Exercise 8.34
Vehicle
A data frame with 2 observations on the following 6 variables.
make
a factor with levels domestic foreign
domestic
foreign
A
a numeric vector
B
C
D
F
# NOT RUN { str(Vehicle) attach(Vehicle) Vehicle chisq.test(Vehicle[,2:6]) detach(Vehicle) # }
Run the code above in your browser using DataLab