table.b8 {MPV} | R Documentation |
The table.b8
data frame has 36 observations on Clathrate
formation.
data(table.b8)
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.
Tanii, T., Minemoto, M., Nakazawa, K., and Ando, Y. Study on a Cool Storage System Using HCFC-14 lb Clathrate. Canadian Journal of Chemical Engineering, 75, 353-360.
data(table.b8) attach(table.b8) clathrate.lm <- lm(y ~ x1 + x2) summary(clathrate.lm) detach(table.b8)