Learn R Programming

jocre (version 0.3.3)

wires:

Description

Data from a study in quality control assessing the breaking strengths of 20 wire connections between a semiconductor wafer and a terminal post (King 1971).

Usage

data("wires")

Arguments

Format

A data frame with 20 observations on the following 2 variables.
Strength
A numeric vector giving the strength at which the connection failed.
Failure
A factor with levels b and w specifying whether the bond or wire failed.

Details

The data were taken from Table 4.1 of Nelson (1982).

References

Wayne B. Nelson (1982) Applied Life Data Analysis. Wiley, Hoboken, NJ.

Examples

Run this code
## Not run: ------------------------------------
# data(wires)
# 
# # Simultaneous 90% confidence regions for the mean and variance
# plot(csetMV(wires$Strength, method="mood"), main="Mood")
# plot(csetMV(wires$Strength, method="lrt"), main="LRT")
## ---------------------------------------------

Run the code above in your browser using DataLab