| Abc {BSDA} | R Documentation |
Data used in Exercise 10.1
Abc
A data frame with 18 observations on the following 3 variables.
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
attach(Abc)
STACKED <-stack(Abc)
STACKED[1:5,]
boxplot(values~ind,col=c("red","blue","green"),data=STACKED)
anova(lm(values~ind,data=STACKED))
remove(STACKED)
detach(Abc)