cloud: Cloud Dewpoint

cloudR Documentation

Cloud Dewpoint

Description

A regression example with response cloud point of a liquid and predictor the percent of Iodine 8 added to the liquid; see Chapter 3 of Hettmansperger and McKean (2011) or Exercise 4.9.10 of Kloke and McKean (2014).

Usage

data(cloud)

Format

Nineteen observations on two variables.

cloud.point

Cloud point of the liquid

I8

Percent Iodine 8 added

Source

Draper, N.R. and Smith, H. (1966), Applied Regression Analysis, New York: John Wiley and Sons.

References

Hettmansperger, T.P. and McKean J.W. (2011), Robust Nonparametric Statistical Methods, 2nd ed., New York: Chapman-Hall.

Kloke, J. and McKean, J.W. (2014), Nonparametric statistical methods using R, Boca Raton, FL: Chapman-Hall.

Examples

rfit(cloud.point ~ I8,data=cloud)

npsm documentation built on Nov. 15, 2023, 1:08 a.m.

Related to cloud in npsm...