Learn R Programming

PASWR (version 1.3)

MilkCarton: Milk Carton Drying Times

Description

A plastics manufacturer makes two sizes of milk containers: half gallon and gallon sizes. The time required for each size to dry is recorded in seconds in the data frame MilkCarton.

Arguments

Format

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

Hgallon

drying time in seconds for half gallon containers

Wgallon

drying time in seconds for whole gallon containers

Examples

Run this code
# NOT RUN {
with(data = MilkCarton, 
boxplot(Hgallon, Wgallon))

# }

Run the code above in your browser using DataLab