Learn R Programming

BSDA (version 0.1)

Thermal: Heat loss of thermal pane windows versus outside temperature

Description

Data for Example 9.5

Usage

Thermal

Arguments

source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

Run this code
str(Thermal)
attach(Thermal)
model <- lm(loss~temp)
summary(model)
detach(Thermal)

Run the code above in your browser using DataLab