Learn R Programming

BSDA (version 1.01)

Insulate: Heat loss through a new insulating medium

Description

Data for Exercise 9.50

Usage

Insulate

Arguments

Format

A data frame with 10 observations on the following 2 variables.

temp

a numeric vector

loss

a numeric vector

Examples

Run this code
# NOT RUN {
str(Insulate)
attach(Insulate)
summary(lm(loss~temp))
detach(Insulate)
# }

Run the code above in your browser using DataLab