Description
The table.b8 data frame has 36 observations on Clathrate
formation.
Format
This data frame contains the following columns:
- x1
- Amount of surfactant (mass percentage)
- x2
- Time (min)
- y
- Clathrate formation (mass percentage)
Source
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001)
Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.References
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.
Examples
Run this codedata(table.b8)
attach(table.b8)
clathrate.lm <- lm(y ~ x1 + x2)
summary(clathrate.lm)
detach(table.b8)
Run the code above in your browser using DataLab