powered by
Data for Exercise 10.15
Chicken
A data frame/tibble with 13 observations onthree variables
weight gain over a specified period
a factor with levels ration1, ration2, and ration3
ration1
ration2
ration3
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
# NOT RUN { boxplot(gain ~ feed, col = c("red","blue","green"), data = Chicken) anova(lm(gain ~ feed, data = Chicken)) # }
Run the code above in your browser using DataLab