Thermal {BSDA} | R Documentation |
Data for Example 9.5
Thermal
A data frame with 12 observations on the following 3 variables.
temp
loss
x
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Thermal) attach(Thermal) model <- lm(loss~temp) summary(model) detach(Thermal)