Learn R Programming

reliaR (version 0.01)

bearings: bearings

Description

Several data sets related to life test are available in the reliaR package, which have been taken from the literature.

Usage

data(bearings)

Arguments

Format

A vector containing 23 observations.

Details

The data given here arose in tests on endurance of deep groove ball bearings. The data are the number of million revolutions before failure for each of the 23 ball bearings in the life test.

References

Lawless, J. F. (2003). Statistical Models and Methods for Lifetime Data, 2nd ed., John Wiley and Sons, New York.

Examples

Run this code
## Load data sets
data(bearings)
## Histogram for bearings
hist(bearings)

Run the code above in your browser using DataLab