Carbon {BSDA} | R Documentation |
Data for Exercise 10.28 and 10.29
Carbon
A data frame with 24 observations on the following 6 variables.
SiteA
SiteB
SiteC
monoxide
Site
Ranks
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Carbon) attach(Carbon) boxplot(monoxide~Site) kruskal.test(monoxide~as.factor(Site)) detach(Carbon)