Learn R Programming

mistat (version 2.0.4)

SOLDEF: Solder Defects

Description

Solder defects on 380 printed circuits boards of varying size.

Usage

data(SOLDEF)

Arguments

Details

In SOLDEF we present results of testing batches of circuit boards for defects in solder points, after wave solderings. The batches includes boards of similar design. There were close to 1,000 solder points on each board. The results Xtare number of defects per \(10^6\) points (PPM). The quality standard is \(\lambda_0 = 100 (PPM)\). \(\lambda_t\) values below \(\lambda_0\) represent high quality soldering. In this data file there are N = 380 test results. Only 78 batches had an \(X_t\) value greater than \(\lambda_0 = 100\).

Examples

Run this code
data(SOLDEF)

hist(SOLDEF)

Run the code above in your browser using DataLab