table.b10: Table B10

table.b10R Documentation

Table B10

Description

The table.b10 data frame has 40 observations on kinematic viscosity of a certain solvent system.

Usage

data(table.b10)

Format

This data frame contains the following columns:

x1

Ratio of 2-methoxyethanol to 1,2-dimethoxyethane

x2

Temperature (in degrees Celsius)

y

Kinematic viscosity (.000001 m2/s

Source

Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001) Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.

References

Viscosimetric Studies on 2-Methoxyethanol + 1, 2-Dimethoxyethane Binary Mixtures from -10 to 80C. Canadian Journal of Chemical Engineering, 75, 494-501.

Examples

data(table.b10)
attach(table.b10)
y.lm <- lm(y ~ x1 + x2)
summary(y.lm)
detach(table.b10)

MPV documentation built on Sept. 8, 2023, 5:44 p.m.

Related to table.b10 in MPV...