Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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")

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

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

ACSWR

A Companion Package for the Book "A Course in Statistics with R"

v1.0
GPL-2
Authors
Prabhanjan Tattar
Initial release
2015-09-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.