Insulate {BSDA} | R Documentation |
Data for Exercise 9.50
Insulate
A data frame with 10 observations on the following 2 variables.
temp
loss
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Insulate) attach(Insulate) summary(lm(loss~temp)) detach(Insulate)