powered by
Data for Exercise 10.28 and 10.29
Carbon
A data frame with 24 observations on the following 6 variables.
SiteA
a numeric vector
SiteB
SiteC
monoxide
Site
Ranks
# NOT RUN { str(Carbon) attach(Carbon) boxplot(monoxide~Site) kruskal.test(monoxide~as.factor(Site)) detach(Carbon) # }
Run the code above in your browser using DataLab