timerepair {bs} | R Documentation |
Several data sets related to the BSD are available in the bs package, which have been taken from the literature on this topic.
data(timerepair)
A vector containing 46 observations.
timerepair
correspond to maintenance data on active repair times (in hours) for an airborne communications transceiver.
Hsieh, H. K. (1990). Estimating the Critical Time of Inverse Gaussian Hazard Rate. IEEE Transactions on Reliability, 39(10): 342-345.
## Load data sets data(timerepair) ## Histogram for timerepair hist(timerepair)