Learn R Programming

BSDA (version 0.1)

Insulate: Heat loss through a new insulating medium

Description

Data for Exercise 9.50

Usage

Insulate

Arguments

source

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

Examples

Run this code
str(Insulate)
attach(Insulate)
summary(lm(loss~temp))
detach(Insulate)

Run the code above in your browser using DataLab