alr3 (version 2.0.5)

turkey: Turkey data, all sources

Description

Data from an experiment on the growth of turkeys. 60 pens of turkeys were grown with a similar diet, supplemented with a dose of methionine from one of three sources. The response is average pen weight. Recorded is dose, source, m, always 5 except for dose=0, average weight gain, and within group SS.

Arguments

Format

This data frame contains the following columns:
A
Dose: Amount of supplement as a percent of the total diet
Gain
Ave. weight gain, over all replications
S
A factor for the source of methionine, three levels numbers 1, 2 and 3.
m
Number of replications or pens
SD
SD of the m pens with the same values of S and A.

Source

R. D. Cook and J. Witmer (1985). A note on parameter-effects curvature. Journal of the American Statistical Association, 80, 872--878.

References

Weisberg, S. (2005). Applied Linear Regression, 3rd edition. New York: Wiley, Section 1.1.

Examples

Run this code
head(turkey)

Run the code above in your browser using DataCamp Workspace