Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

alaska.pipeline

Comparison of in-field and laboratory measurement of defects


Description

The Alaska pipeline data consists of in-field ultrasonic measurements of the depths of defects in the Alaska pipeline. The depth of the defects were then re-measured in the laboratory. These measurements were performed in six different batches.

Usage

data(alaska.pipeline)

Format

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

field.defect

Depth of defect as measured in field

lab.defect

Depth of defect as measured in lab

batch

One of 6 batches

Source

From an example in Engineering Statistics Handbook from http://www.itl.nist.gov/div898/handbook/

Examples

data(alaska.pipeline)
res = lm(lab.defect ~ field.defect, alaska.pipeline)
plot(lab.defect ~ field.defect, alaska.pipeline)
abline(res)
plot(fitted(res),resid(res))

UsingR

Data Sets, Etc. for the Text "Using R for Introductory Statistics", Second Edition

v2.0-6
GPL (>= 2)
Authors
John Verzani <verzani@math.csi.cuny.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.