R Dataset / Package MASS / steam

On this R-data statistics page, you will find information about the steam data set which pertains to The Saturated Steam Pressure Data. The steam data set is found in the MASS R package. You can load the steam data set in R by issuing the following command at the console data("steam"). This will load the data into a variable called steam. If R says the steam 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 steam R data set. The size of this file is about 148 bytes.

The Saturated Steam Pressure Data

Description

Temperature and pressure in a saturated steam driven experimental device.

Usage

steam

Format

The data frame contains the following components:

Temp

temperature, in degrees Celsius.

Press

pressure, in Pascals.

Source

N.R. Draper and H. Smith (1981) Applied Regression Analysis. Wiley, pp. 518–9.

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-steam.html" width="100%" height="100%" style="border:0px"></iframe>