table.b10 | 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:
Ratio of 2-methoxyethanol to 1,2-dimethoxyethane
Temperature (in degrees Celsius)
Kinematic viscosity (.000001 m2/s
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.