openintro (version 1.3)

ballBearing: Lifespan of ball bearings

Description

A simulated data set on lifespan of ball bearings.

Usage

data(ballBearing)

Arguments

source

Simulated data.

Examples

Run this code
data(ballBearing)
par(mfrow=c(1,2))
histPlot(ballBearing$lifeSpan, col='#22558833')
qqnorm(ballBearing$lifeSpan)

Run the code above in your browser using DataLab