Description Usage Format Source Examples
A simulated data set on lifespan of ball bearings.
1 |
A data frame with 75 observations on the following variable.
lifeSpan
Lifespan of ball bearings (in hours).
Simulated data.
1 2 3 4 | data(ball.bearing)
par(mfrow=c(1,2))
histPlot(ball.bearing$lifeSpan, col='#22558833')
qqnorm(ball.bearing$lifeSpan)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.