Learn R Programming

MSQC (version 1.1.0)

bimetal1: Bimetal dataset during the Phase I

Description

The dataset contains measurements of the deflection, the curvature, the resistivity and the hardness in low and high expansion sides, from brass and steel bimetal thermostats. The manufacturing process is assumed to be "in-control".

Usage

data(bimetal1)

Arguments

Format

A matrix of (28 x 5)

"deflection"

the deflection level in 10^-6 1/K

"curvature"

the curvature level in 10^-6 1/K

"resistivity "

the resistivity level in 10 ^-1ohm x mm^2 / m

"hardness low expansion side"

the hardness of the low expansion side in 10 N/mm^2

"hardness high expansion side"

the hardness of the high expansion side in 10 N/mm^3

Examples

Run this code
# NOT RUN {
data(bimetal1)
## maybe str(bimetal1) ; plot(bimetal1) ...
# }

Run the code above in your browser using DataLab