Learn R Programming

ACSWR (version 1.0)

abrasion_index: Abrasion Index for the Tire Tread

Description

To understand the relationship between the abrasion index for the tire tread, the output y, as a linear function of the hydrated silica level x1, silane coupling agent level x2 and the sulfur level x3, Derringer and Suich (1980) collected data on 14 observation points.

Usage

data("abrasion_index")

Arguments

Format

A data frame with 14 observations on the following 4 variables.
x1
hydrated silica level
x2
silane coupling agent level
x3
sulfur level
y
abrasion index for the tire tread

References

Derringer, G., and Suich, R. (1980). Simultaneous Optimization of Several Response Variables. Journal of Quality Technology, 12, 214-219.

Examples

Run this code
data(abrasion_index)
ailm <- lm(y~x1+x2+x3,data=abrasion_index)
pairs(abrasion_index)

Run the code above in your browser using DataLab