p4.18 {MPV} | R Documentation |
The p4.18
data frame has 13 observations on an
experiment to produce a synthetic analogue to jojoba oil.
data(p4.18)
This data frame contains the following columns:
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001) Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.
Coteron, Sanchez, Matinez, and Aracil (1993) Optimization of the Synthesis of an Analogue of Jojoba Oil Using a Fully Central Composite Design. Canadian Journal of Chemical Engineering.
data(p4.18) y.lm <- lm(y ~ x1 + x2 + x3, data=p4.18) summary(y.lm) y.lm <- lm(y ~ x1, data=p4.18)