powered by
Data for Example 9.5
Thermal
A data frame with 12 observations on the following 3 variables.
temp
a numeric vector
loss
x
# NOT RUN { str(Thermal) attach(Thermal) model <- lm(loss~temp) summary(model) detach(Thermal) # }
Run the code above in your browser using DataLab