Description Usage Format Source References Examples
Random samples of ten mature (five-years-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
.
1 |
A data frame with 100 observations on the following 3 variables:
butterfat
(average butterfat percentage)
age
(a factor with levels 2 years old
and Mature
)
breed
(a factor with levels Ayrshire
, Canadian
, Guernsey
, Holstein-Friesian
, and Jersey
)
Canadian record book of purebred dairy cattle.
Sokal, R. R. and Rohlf, F. J. 1994. Biometry. W. H. Freeman, New York, third edition.
Ugarte, M. D., Militino, A. F., and Arnholt, A. T. 2015. Probability and Statistics with R, Second Edition. Chapman & Hall / CRC.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.