The Box-Cox Transformation for Viscosity Dataset
The goal of this study is to find the impact of temperature on the viscosity of toluence-tetralin blends.
data(viscos)
A data frame with 8 observations on the following 2 variables.
Temperature
temperature
Viscosity
viscosity of toluence-tetralin blends
Montgomery, D.C., Peck, E.A., and Vining, G.G. (1983-2012). Introduction to Linear Regression Analysis, 5e. J. Wiley.
data(viscos) names(viscos) viscoslm <- lm(Viscosity~Temperature,data=viscos)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.