bearings {bs}R Documentation

Fatigue lifetime data

Description

Several data sets related to the BSD are available in the bs package, which have been taken from the literature on this topic.

Usage

data(bearings)

Format

A vector containing 10 observations.

Details

McCool (1974) gives data related to the fatigue life in hours of 10 bearings of a certain type.

References

McCool, J. I. (1974). Inferential techniques for Weibull populations. Aerospace Research Laboratories Report ARL TR74-0180, Wright-Patterson Air Force Base, Dayton, OH.

Examples

## Load data sets
data(bearings)
## Histogram for bearings
hist(bearings)

[Package bs version 1.0 Index]