Data Science is the art of turning data into actions
aggregate(response, by=list(trt), FUN=mean) bwplot(response~trt) model=aov(response~trt) summary(model)