powered by
Data for Exercise 10.30 and 10.31
Bookstor
A data frame with 72 observations on the following 6 variables.
StoreA
a numeric vector
StoreB
StoreC
Dollars
Store
Ranks
# NOT RUN { str(Bookstor) attach(Bookstor) boxplot(Dollars~Store) kruskal.test(Dollars~as.factor(Store)) detach(Bookstor) # }
Run the code above in your browser using DataLab