Learn R Programming

MPV (version 1.27)

table.b10: Table B10

Description

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

Usage

data(table.b10)

Arguments

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

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

Run the code above in your browser using DataLab