powered by
Groups
str(Groups) attach(Groups) STACKED <-stack(Groups) STACKED[1:5,] boxplot(values~ind,col=c("red","blue","green"),data=STACKED) anova(lm(values~ind,data=STACKED)) remove(STACKED) detach(Groups)
Run the code above in your browser using DataLab