rubber.df: Rubber Specimen Data

Description Usage Format Source References Examples

Description

Thirty rubber specimens were rubbed with an abrasive metal.

Usage

1

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

1
2
3
4
5
data(rubber.df)
rubber.lm<-lm(abloss~hardness+tensile,data=rubber.df)
pred<-fitted.values(rubber.lm)
res<-residuals(rubber.lm)
plot(pred,res)

R330 documentation built on May 2, 2019, 2:12 p.m.