Learn R Programming

npsurv (version 0.5-0)

acfail: Air Conditioner Failure Data

Description

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

Arguments

Format

A numeric vector storing the failure times.

References

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

See Also

Uhaz.

Examples

Run this code
# NOT RUN {
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