Learn R Programming

MPV (version 1.64)

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

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

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