viscos: The Box-Cox Transformation for Viscosity Dataset

Description Usage Format References Examples

Description

The goal of this study is to find the impact of temperature on the viscosity of toluence-tetralin blends.

Usage

1

Format

A data frame with 8 observations on the following 2 variables.

Temperature

temperature

Viscosity

viscosity of toluence-tetralin blends

References

Montgomery, D.C., Peck, E.A., and Vining, G.G. (1983-2012). Introduction to Linear Regression Analysis, 5e. J. Wiley.

Examples

1
2
3
data(viscos)
names(viscos)
viscoslm <- lm(Viscosity~Temperature,data=viscos)

ACSWR documentation built on May 2, 2019, 6:53 a.m.