powered by
Data used in Exercise 10.1
Abc
A data frame with 18 observations on the following 3 variables.
a numeric vector
# NOT RUN { 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) # }
Run the code above in your browser using DataLab