Learn R Programming

robustbase (version 0.5-0-1)

cloud: Cloud point of a Liquid

Description

This data set contains the measurements concerning the cloud point of a Liquid, from Draper and Smith (1969). The cloud point is a measure of the degree of crystallization in a stock.

Usage

data(cloud)

Arguments

source

P. J. Rousseeuw and A. M. Leroy (1987) Robust Regression and Outlier Detection; Wiley, p.96, table 10.

Examples

Run this code
data(cloud)
summary(lm.cloud <- lm(CloudPoint ~., data=cloud))

Run the code above in your browser using DataLab