Saving {BSDA} | R Documentation |
Data for Exercise 10.34 and 10.49
Saving
A data frame with 75 observations on the following 6 variables.
calif
newyork
texas
PAR
state
ranks
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Saving) attach(Saving) boxplot(PAR~state) kruskal.test(PAR~as.factor(state)) detach(Saving)