cloud | R Documentation |
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.
data(cloud, package="robustbase")
A data frame with 19 observations on the following 2 variables.
Percentage
Percentage of I-8
CloudPoint
Cloud point
P. J. Rousseeuw and A. M. Leroy (1987) Robust Regression and Outlier Detection; Wiley, p.96, table 10.
data(cloud)
summary(lm.cloud <- lm(CloudPoint ~., data=cloud))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.