industrial: Industrial bivariate dataset

Description Usage Format References Examples

Description

The dataset represents the measurements of an industrial product with two quality characteristics: Brinell hardness H and tensile strength S.

Usage

1
data("industrial")

Format

A list containing:

x

a matrix with 25 observations and two quality characteristics: Brinell hardness H and tensile strength S,

USL

the vector of the upper specification limits,

LSL

the vector of the lower specification limits,

Target

the vector of the target.

References

Sultan T. (1986) An acceptance chart for raw materials of two correlated properties, Quality Assurance, Vol. 12, No. 3, 70-72. Quorum Books.

Examples

1
2
3
4
5
data("industrial")
x <- industrial$x
LSL <- industrial$LSL
USL <- industrial$USL
Target <- industrial$Target

mpcv documentation built on May 2, 2019, 8:50 a.m.

Related to industrial in mpcv...