robustbase (version 0.93-5)

pilot: Pilot-Plant Data

Description

Pilot-Plant data from Daniel and Wood (1971). The response variable corresponds to the acid content determined by titration and the explanatory variable is the organic acid content determined by extraction and weighing. This data set was analyzed also by Yale and Forsythe (1976).

Usage

data(pilot, package="robustbase")

Arguments

Format

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

X

Organic acid content - extraction

Y

Acid content - titration

Examples

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

Run the code above in your browser using DataCamp Workspace