GD {PASWR}R Documentation

Times Until Failure

Description

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

Usage

GD

Format

A data frame with 100 observations on the following variable:

attf
times until failure in hours

Source

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

Examples

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

[Package PASWR version 1.0 Index]