Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

viscos

The Box-Cox Transformation for Viscosity Dataset


Description

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

Usage

data(viscos)

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

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

ACSWR

A Companion Package for the Book "A Course in Statistics with R"

v1.0
GPL-2
Authors
Prabhanjan Tattar
Initial release
2015-09-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.