steam

Function steam 

Source
pub fn steam() -> Result<DataFrame, PolarsError>
Expand description

§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. (2002) Modern Applied Statistics with S-PLUS. Fourth Edition. Springer.