| FLEXPROD | R Documentation |
Flex Products is a subcontractor of General Motors, manufacturing mechanical speedometer cables. The basic cable design has not changed for fifteen years and General Motors had experienced many disappointing attempts at reducing the speedometer noise level.
data(FLEXPROD)
A data frame with 16 observations on the following 16 variables.
ALiner O.D., a factor with levels 1 2
BLiner Die, a factor with levels 1 2
CLiner Material, a factor with levels 1 2
DLiner Line Speed, a factor with levels 1 2
EWire Braid Type, a factor with levels 1 2
FBraiding Tension, a factor with levels 1 2
GWire Diameter, a factor with levels 1 2
HLiner Tension, a factor with levels 1 2
ILiner Temperature, a factor with levels 1 2
JCoating Material, a factor with levels 1 2
KCoating Dye Type, a factor with levels 1 2
LMelt Temperature, a factor with levels 1 2
MScreen Pack, a factor with levels 1 2
NCooling Method, a factor with levels 1 2
OLine Speed, a factor with levels 1 2
SNSignal to noise ratio, a numeric vector
Problem Definition: the product under investigation is an extruded thermoplastic speedometer casing used to cover the mechanical speedometer cable on automobiles. Excessive shrinkage of the casing is causing noise in the mechanical speedometer cable assembly.
Response variable: the performance characteristic in this problem is the post extrusion shrinkage of the casing. The percent shrinkage is obtained by measuring approximately 600mm of casing that has been properly conditioned (A), placing that casing in a two hour heat soak in an air circulating oven, reconditioning the sample and measuring the length (B). Shrinkage is computed as: Shrinkage = 100 * (A-B)/A.
Factor Levels: Existing (1) - Changed (2)
Number of Replications: four random samples of 600mm from the 3000 feet manufactured at each experimental run.
Data Analysis: signal to noise ratios (SN) are computed for each experimental run and analyzed using main effect plots and an ANOVA. Savings are derived from Loss function computations.
The signal to noise formula used by Quinlan is:
η = -10 log_10 (1/n ∑ y^2)
Kenett, R. and Zacks, S. (1998) Modern Industrial Statistics: The Design and Control of Quality and Reliability. Duxbury Press.
data(FLEXPROD) aov(SN ~ . , data=FLEXPROD)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.