Modified Wood Data
The explanatory variables from the Modified Data on Wood Specific Gravity analyzed in Rousseeuw and Leroy (1987).
Note that data(wood, package="robustbase")
contains the same
data, and additionally the y-variable.
data(woodmod.dat)
This data frame contains the following variables:
number of fibers per square milimeter in Springwood (coded by dividing by 1000).
number of fibers per square milimeter in Summerwood (coded by dividing by 10000).
fraction of Springwood.
fraction of light absorption by Springwood.
fraction of light absorption by Summerwood.
Rousseeuw, P. J., and Leroy, A. M. (1987). Robust Regression and Outlier Detection. New York: Wiley.
data(woodmod.dat) woodmod.dat data(wood, package = "robustbase") stopifnot(data.matrix(woodmod.dat) == data.matrix(wood [,1:5]))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.