Learn R Programming

MPV (version 1.64)

p5.5: Data Set for Problem 5-5

Description

The p5.5 data frame has 14 observations on the average number of defects per 10000 bottles due to stones in the bottle wall and the number of weeks since the last furnace overhaul.

Usage

data(p5.5)

Arguments

Format

This data frame contains the following columns:

defects

a numeric vector

weeks

a numeric vector

Examples

Run this code
data(p5.5)
defects.lm <- lm(defects~weeks, data=p5.5)
plot(defects.lm, which=1)

Run the code above in your browser using DataLab