powered by
Data for Exercise 8.35
data(Chevy)
A data frame with 2 observations on the following 6 variables.
year
a factor with levels 88-90 91-93
88-90
91-93
A
a numeric vector
B
C
D
F
# NOT RUN { str(Chevy) attach(Chevy) Chevy chisq.test(Chevy[,2:6]) detach(Chevy) # }
Run the code above in your browser using DataLab