
Last chance! 50% off unlimited learning
Sale ends in
Data for Exercise 10.34 and 10.49
Saving
A data frame/tibble with 65 observations on two variables
problem-asset-ratio for Savings & Loans that were listed as being financially troubled in 1992
U.S. state
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
boxplot(par ~ state, data = Saving, col = "red")
boxplot(par ~ state, data = Saving, log = "y", col = "red")
model <- aov(par ~ state, data = Saving)
summary(model)
plot(TukeyHSD(model))
kruskal.test(par ~ factor(state), data = Saving)
Run the code above in your browser using DataLab