turkey: Turkey Weight Gain

turkeyR Documentation

Turkey Weight Gain

Description

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

Usage

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)

AICcmodavg documentation built on Nov. 17, 2023, 1:08 a.m.