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

deflection

Deflection under load


Description

The data collected in a calibration experiment consisting of a known load, applied to the load cell, and the corresponding deflection of the cell from its nominal position.

Usage

data(deflection)

Format

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

Deflection

a numeric vector

Load

a numeric vector

Source

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

Examples

data(deflection)
res = lm(Deflection ~ Load, data = deflection)
plot(Deflection ~ Load, data = deflection)
abline(res)			# looks good?
plot(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.