GD: Times Until Failure

Description Usage Format References Examples

Description

Contains time until failure in hours for a particular electronic component subjected to an accelerated stress test

Usage

1

Format

A data frame with 100 observations on the following variable:

References

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. 2015. Probability and Statistics with R, Second Edition. Chapman & Hall / CRC.

Examples

1
2
3
ggplot(data = GD, aes(x = attf, y = ..density..)) + 
geom_histogram(binwidth = 2, fill = "cornsilk", color = "orange") + 
geom_density(color = "gray", size = 1) + labs( x = "time until failure in hours")

PASWR2 documentation built on Sept. 5, 2021, 5:44 p.m.