Learn R Programming

npsurv (version 0.3-3)

acfail: Air Conditioner Failure Data

Description

Contains the number of operating hours between successive failure times of the air conditioning systems in Boeing airplanes

Usage

acfail

Arguments

format

A numeric vector storing the failure times.

source

Proschan (1963)

References

Proschan, F. (1963). Theoretical explanation of observed decreasing failure rate. Technometrics, 5, 375-383.

See Also

Uhaz.

Examples

Run this code
data(acfail)
r = Uhaz(acfail, deg=2)
plot(r$h, fn="h")
plot(r$h, fn="d")

Run the code above in your browser using DataLab