Learn R Programming

DAAG (version 0.37)

softbacks: Measurements on a Selection of Paperback Books

Description

This is a subset of the allbacks data frame which gives measurements on the volume and weight of 8 paperback books.

Usage

data(softbacks)

Arguments

source

The bookshelf of J. H. Maindonald.

Examples

Run this code
data(softbacks)
print("Outliers in Simple Regression - Example 5.2")
paperback.lm <- lm(weight ~ volume, data=softbacks)
summary(paperback.lm)
plot(paperback.lm)

Run the code above in your browser using DataLab