Description Usage Format References Examples
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.
1 | data("abrasion_index")
|
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
Derringer, G., and Suich, R. (1980). Simultaneous Optimization of Several Response Variables. Journal of Quality Technology, 12, 214-219.
1 2 3 | data(abrasion_index)
ailm <- lm(y~x1+x2+x3,data=abrasion_index)
pairs(abrasion_index)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.