table.b10 {MPV} | R Documentation |
The table.b10
data frame has 40 observations
on kinematic viscosity of a certain solvent system.
data(table.b10)
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.
Viscosimetric Studies on 2-Methoxyethanol + 1, 2-Dimethoxyethane Binary Mixtures from -10 to 80C. Canadian Journal of Chemical Engineering, 75, 494-501.
data(table.b10) attach(table.b10) y.lm <- lm(y ~ x1 + x2) summary(y.lm) detach(table.b10)