Hostile {BSDA} | R Documentation |
Data for Example 10.6
Hostile
A data frame with 45 observations on the following 6 variables.
Rural
Suburban
Urban
HLT
Type
Ranks
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Hostile) attach(Hostile) boxplot(HLT~Type) kruskal.test(HLT~as.factor(Type)) detach(Hostile)