Learn R Programming

ACSWR (version 1.0)

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)

Arguments

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

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

Run the code above in your browser using DataLab