Learn R Programming

npsm (version 2.0.0)

cloud: 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)/Exercise 4.7.7 of Kloke and McKean (2024).

Usage

data(cloud)

Arguments

Format

Nineteen observations on two variables.

cloud.point

Cloud point of the liquid

I8

Percent Iodine 8 added

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. Kloke, J. and McKean, J.W. (2024), Nonparametric statistical methods Using R, Second Edition, Boca Raton, FL: Chapman-Hall.

Examples

Run this code
rfit(cloud.point ~ I8,data=cloud)

Run the code above in your browser using DataLab