Learn R Programming

reliaR (version 0.01)

conductors: Accelerated life test data

Description

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

Usage

data(conductors)

Arguments

Format

A vector containing 59 observations.

Details

The data is obtained from Lawless(2003, pp. 267) and it represents the faiure times of 59 conductors from an accelerated life test. Failure times are in hours, and there are no censored observations.

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(conductors)
## Histogram for conductors
hist(conductors)

Run the code above in your browser using DataLab