Learn R Programming

PASWR2 (version 1.0.5)

FOOD: Carrot Shear

Description

Shear measured in kN on frozen carrots from four randomly selected freezers

Usage

FOOD

Arguments

Format

A data frame with 16 observations on the following 2 variables:

  • shear (carrot shear measured in kN)

  • freezer (a factor with levels A, B, C, and D)

References

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. 2015. Probability and Statistics with R, Second Edition. Chapman & Hall / CRC.

Examples

Run this code
# NOT RUN {
summary(aov(shear ~ freezer, data = FOOD))
# }

Run the code above in your browser using DataLab