R Dataset / Package MASS / Rubber

On this R-data statistics page, you will find information about the Rubber data set which pertains to Accelerated Testing of Tyre Rubber. The Rubber data set is found in the MASS R package. You can load the Rubber data set in R by issuing the following command at the console data("Rubber"). This will load the data into a variable called Rubber. If R says the Rubber data set is not found, you can try installing the package by issuing this command install.packages("MASS") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the Rubber R data set. The size of this file is about 345 bytes.

Accelerated Testing of Tyre Rubber

Description

Data frame from accelerated testing of tyre rubber.

Usage

Rubber

Format

loss

the abrasion loss in gm/hr.

hard

the hardness in Shore units.

tens

tensile strength in kg/sq m.

Source

O.L. Davies (1947) Statistical Methods in Research and Production. Oliver and Boyd, Table 6.1 p. 119.

O.L. Davies and P.L. Goldsmith (1972) Statistical Methods in Research and Production. 4th edition, Longmans, Table 8.1 p. 239.

References

Venables, W. N. and Ripley, B. D. (1999) Modern Applied Statistics with S-PLUS. Third Edition. Springer.

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-mass-rubber.html" width="100%" height="100%" style="border:0px"></iframe>