wires: Quality control study of wire connections

Description Usage Format Details Source References Examples

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

1
data("wires")

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).

Source

James R. King (1971) Probability Charts for Decision Making. Industrial Press, New York, NY.

References

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

Examples

1
2
3
4
5
data(wires)

# Simultaneous confidence regions for the mean and variance
plotMV2D(wires$Strength, method="mood", main="Mood")
plotMV2D(wires$Strength, method="lrt", main="LRT")

PhilipPallmann/simbe documentation built on May 8, 2019, 1:34 a.m.