Learn R Programming

PASWR (version 1.0)

Cows: Butterfat of Cows

Description

Random samples of ten mature (five-year-old and older) and ten two-year-old cows were taken from each of five breeds. The average butterfat percentage of these 100 cows is stored in the variable butterfat with the type of cow stored in the variable breed and the age of the cow stored in the variable age.

Usage

Cows

Arguments

source

Canadian record book of purebreed diary cattle.

References

Sokal, R. R. and Rohlf, F. J. (1994) Biometry. W. H. Freeman, New York, third edition.

Examples

Run this code
attach(Cows)
summary(aov(butterfat~breed+age))
detach(Cows)

Run the code above in your browser using DataLab