Carbon | R Documentation |
Data for Exercise 10.28 and 10.29
Carbon
A data frame/tibble with 24 observations on two variables
carbon monoxide measured (in parts per million)
a factor with levels SiteA
, SiteB
, and SiteC
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
boxplot(CO ~ site, data = Carbon, col = "lightgreen")
kruskal.test(CO ~ site, data = Carbon)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.