automotive: Automotive bivariate dataset

Description Usage Format References Examples

Description

The dataset describing the problem of automatic screwing the car wheels. Two characteristics are observed: the torque T of tightening a screw, and the rotation angle A of the screw until the necessary value of the torque is acquired.

Usage

1
data("automotive")

Format

A list containing:

x

a matrix with 47 observations and two quality characteristics T and A,

USL

the vector of the upper specification limits,

LSL

the vector of the lower specification limits,

Target

the vector of the target.

References

Ciupke K. (2014)

Examples

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

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

Related to automotive in mpcv...