turkey dataset

Turkey Weight Gain

Turkey Weight Gain

This one-way ANOVA data set presents turkey weight gain in pounds across five diets. 1.1

data

data(turkey)

Format

A data frame with 30 rows and 2 variables.

  • Diet: diet factor with 5 levels.
  • Weight.gain: weight gain in pounds.

Details

Heiberger and Holland (2004) and Ott (1993) analyze this data set to illustrate one-way ANOVA.

Source

Heiberger, R. M., Holland, B. (2004) Statistical Analysis and Data Display: an intermediate course with examples in S-Plus, R, and SAS. Springer: New York.

Ott, R. L. (1993) An Introduction to Statistical Methods and Data Analysis. Fourth edition. Duxbury: Pacific Grove, CA.

Examples

data(turkey) str(turkey)
  • Maintainer: Marc J. Mazerolle
  • License: GPL (>= 2)
  • Last published: 2025-03-06

About the dataset

  • Number of rows: 30
  • Number of columns: 2
  • Class: data.frame

Column names and types

  • Diet:factor
  • Weight.gain:numeric