wires {jocre} | R Documentation |
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).
data("wires")
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.
The data were taken from Table 4.1 of Nelson (1982).
James R. King (1971) Probability Charts for Decision Making. Industrial Press, New York, NY.
Wayne B. Nelson (1982) Applied Life Data Analysis. Wiley, Hoboken, NJ.
## 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")
## End(Not run)