Learn R Programming

PASWR (version 1.3)

food: Carrot Shear

Description

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

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

Examples

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

# }

Run the code above in your browser using DataLab