food {PASWR} | R Documentation |
Shear measured in kN on frozen carrots from four randomly selected freezers
food
A data frame with 16 observations on the following 2 variables:
shear
freezer
A
, B
, C
, and
D
Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.
attach(food) summary(aov(shear~freezer)) detach(food)