Learn R Programming

PASWR (version 1.0)

GD: Times Until Failure

Description

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

Usage

GD

Arguments

source

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples

Run this code
attach(GD)
hist(attf,prob=TRUE)
lines(density(attf))
detach(GD)

Run the code above in your browser using DataLab