Thermal {BSDA}R Documentation

Heat loss of thermal pane windows versus outside temperature

Description

Data for Example 9.5

Usage

Thermal

Format

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

temp
a numeric vector
loss
a numeric vector
x
a numeric vector

Source

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

Examples

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

[Package BSDA version 0.1 Index]