Learn R Programming

PASWR (version 1.0)

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.

Usage

MilkCarton

Arguments

source

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples

Run this code
attach(MilkCarton)
boxplot(Hgallon,Wgallon)
detach(MilkCarton)

Run the code above in your browser using DataLab