Hostile | R Documentation |
Data for Example 10.6
Hostile
A data frame/tibble with 135 observations on two variables
a factor with the location of the high school student
(Rural
, Suburban
, or Urban
)
the score from the Hostility Level Test
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
boxplot(hostility ~ location, data = Hostile,
col = c("red", "blue", "green"))
kruskal.test(hostility ~ location, data = Hostile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.