robustbase (version 0.93-5)

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, package="robustbase")

Arguments

Format

A data frame with 19 observations on the following 2 variables.

Percentage

Percentage of I-8

CloudPoint

Cloud point

Examples

Run this code
# NOT RUN {
data(cloud)
summary(lm.cloud <- lm(CloudPoint ~., data=cloud))
# }
# NOT RUN {
<!-- %% summary(lts.cloud <- ltsReg(CloudPoint ~., data=cloud)) -->
# }

Run the code above in your browser using DataLab