Learn R Programming

EstimationTools (version 4.0.0)

reduction_cells: Reduction cells

Description

Times to failure (in units of 1000 days) of 20 aluminum reduction cells.

Usage

reduction_cells

Arguments

Format

A data frame with 20 observations.

References

Whitmore1983EstimationTools

Examples

Run this code
data(reduction_cells)
par(mfrow = c(1,2))
hist(reduction_cells$days, main="", xlab="Time (Days)")
plot(reduction_cells$status, xlab = "Status", lty = 3, type="h")
points(reduction_cells$status, pch = 16)

Run the code above in your browser using DataLab