woodmod.dat: Modified Wood Data

Description Usage Format Source Examples

Description

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.

Usage

1

Format

This data frame contains the following variables:

V1

number of fibers per square milimeter in Springwood (coded by dividing by 1000).

V2

number of fibers per square milimeter in Summerwood (coded by dividing by 10000).

V3

fraction of Springwood.

V4

fraction of light absorption by Springwood.

V5

fraction of light absorption by Summerwood.

Source

Rousseeuw, P. J., and Leroy, A. M. (1987). Robust Regression and Outlier Detection. New York: Wiley.

Examples

1
2
3
4
5
6
  data(woodmod.dat)
  woodmod.dat

  data(wood, package = "robustbase")
  stopifnot(data.matrix(woodmod.dat) ==
            data.matrix(wood [,1:5]))

Example output

Loading required package: fit.models
      V1     V2    V3    V4    V5
1  0.573 0.1059 0.465 0.538 0.841
2  0.651 0.1356 0.527 0.545 0.887
3  0.606 0.1273 0.494 0.521 0.920
4  0.437 0.1591 0.446 0.423 0.992
5  0.547 0.1135 0.531 0.519 0.915
6  0.444 0.1628 0.429 0.411 0.984
7  0.489 0.1231 0.562 0.455 0.824
8  0.413 0.1673 0.418 0.430 0.978
9  0.536 0.1182 0.592 0.464 0.854
10 0.685 0.1564 0.631 0.564 0.914
11 0.664 0.1588 0.506 0.481 0.867
12 0.703 0.1335 0.519 0.484 0.812
13 0.653 0.1395 0.625 0.519 0.892
14 0.586 0.1114 0.505 0.565 0.889
15 0.534 0.1143 0.521 0.570 0.889
16 0.523 0.1320 0.505 0.612 0.919
17 0.580 0.1249 0.546 0.608 0.954
18 0.448 0.1028 0.522 0.534 0.918
19 0.417 0.1687 0.405 0.415 0.981
20 0.528 0.1057 0.424 0.566 0.909

robust documentation built on May 2, 2019, 5:20 p.m.

Related to woodmod.dat in robust...