aircraft {rrcov} | R Documentation |
Aircraft Data, deals with 23 single-engine aircraft built over the years 1947-1979, from Office of Naval Research. The dependent variable is cost (in units of $100,000) and the explanatory variables are aspect ratio, lift-to-drag ratio, weight of plane (in pounds) and maximal thrust.
data(aircraft)
A data frame with 23 observations on the following 5 variables.
X1
X2
X3
X4
Y
For convenience, the data sets aircraft.x
, a matrix with
the four (independent) variables of the data frame, and aircraft.y
,
the numeric vector giving the fifth (dependent) variable, are provided as well.
P. J. Rousseeuw and A. M. Leroy (1987) Robust Regression and Outlier Detection. Wiley, page 154, table 22.
data(aircraft) covMcd(aircraft.x) summary(lm.aircraft <- lm(aircraft.y ~ aircraft.x))