Learn R Programming

reliaR (version 0.01)

repairtimes: Maintenance Data

Description

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

Usage

data(repairtimes)

Arguments

Format

A vector containing 46 observations.

Details

repairtimes correspond to maintenance data on active repair times (in hours) for an airborne communications transceiver.

References

Chhikara, R. S. and Folks, J. L. (1989). The Inverse Gaussian Distribution. Marcel Dekker, New York.

Examples

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

Run the code above in your browser using DataLab