powered by
A simulated data set on lifespan of ball bearings.
data(ballBearing)
A data frame with 75 observations on the following variable.
lifeSpan
Lifespan of ball bearings (in hours).
# NOT RUN { data(ballBearing) par(mfrow=c(1,2)) histPlot(ballBearing$lifeSpan, col='#22558833') qqnorm(ballBearing$lifeSpan) # }
Run the code above in your browser using DataLab