powered by
Data for Exercise 10.34 and 10.49
Saving
A data frame with 75 observations on the following 6 variables.
calif
a numeric vector
newyork
texas
PAR
state
ranks
# NOT RUN { str(Saving) attach(Saving) boxplot(PAR~state) kruskal.test(PAR~as.factor(state)) detach(Saving) # }
Run the code above in your browser using DataLab