Last chance! 50% off unlimited learning
Sale ends in
This one-way ANOVA data set presents turkey weight gain in pounds across five diets.
data(turkey)
A data frame with 30 rows and 2 variables.
Diet
diet factor with 5 levels.
Weight.gain
weight gain in pounds.
Heiberger and Holland (2004) and Ott (1993) analyze this data set to illustrate one-way ANOVA.
# NOT RUN {
data(turkey)
str(turkey)
# }
Run the code above in your browser using DataLab