Learn R Programming

R330 (version 1.0)

rubber.df: Rubber Specimen Data

Description

Thirty rubber specimens were rubbed with an abrasive metal.

Usage

data(rubber.df)

Arguments

Format

A data frame with 30 observations on the following 3 variables:
hardness
Hardness in degrees of Shore
tensile
strength in kilograms per square centimetre
abloss
the amount of material rubbed off in grams per horsepower-hour

Source

GEP Box, WR Cousins, FR Hindsworth, H Heeny, M Milbourne, W Spendley and WL Stevens (1957). In OL Davies (Ed.) Statistical Methods in Research and Production, 3rd Ed. Oliver and Boyd, London.

References

Chambers, J. M. et al. (1983). Graphical Methods for Data Analysis. Duxbury Press: Boston.

Examples

Run this code
data(rubber.df)
rubber.lm<-lm(abloss~hardness+tensile,data=rubber.df)
pred<-fitted.values(rubber.lm)
res<-residuals(rubber.lm)
plot(pred,res)

Run the code above in your browser using DataLab