Learn R Programming

rrcov (version 0.3-07)

wood: Modified Wood Gravity Dataset

Description

The original data are from Draper and Smith (1966) and were used to determine the influence of anatomical factors on wood specific gravity, with five explanatory variables and an intercept. These data were contaminated by replacing a few observations with outliers.

Usage

data(wood)

Arguments

source

P. J. Rousseeuw and A. M. Leroy (1987) Robust Regression and Outlier Detection. Wiley, p.243, table 8.

Examples

Run this code
data(wood)
plot(wood.x)
covMcd(wood.x)
summary(lm.wood <- lm(Y~., data=wood))
summary(lts.wood <- ltsReg(Y~., data=wood))

Run the code above in your browser using DataLab