File: pilot.Rd

package info (click to toggle)
robustbase 0.99-4-1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,552 kB
  • sloc: fortran: 3,245; ansic: 3,243; sh: 15; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 873 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
\name{pilot}
\alias{pilot}
\docType{data}
\title{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")}
\format{
  A data frame with 20 observations on the following 2 variables.
  \describe{
    \item{\code{X}}{Organic acid content - extraction}
    \item{\code{Y}}{Acid content - titration }
  }
}
\source{
  P. J. Rousseeuw and A. M. Leroy (1987)
  \emph{Robust Regression and Outlier Detection};
  Wiley, page 21, table 1.
}
\examples{
data(pilot)
summary(lm.pilot <- lm(Y ~.,data=pilot))
%%summary(lts.pilot <- ltsReg(Y~.,data=pilot))
}
\keyword{datasets}