Learn R Programming

BSDA (version 1.01)

Thermal: Heat loss of thermal pane windows versus outside temperature

Description

Data for Example 9.5

Usage

Thermal

Arguments

Format

A data frame with 12 observations on the following 3 variables.

temp

a numeric vector

loss

a numeric vector

x

a numeric vector

Examples

Run this code
# NOT RUN {
str(Thermal)
attach(Thermal)
model <- lm(loss~temp)
summary(model)
detach(Thermal)
# }

Run the code above in your browser using DataLab