viscos {ACSWR} | R Documentation |
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)
[Package ACSWR version 1.0 Index]