mctest (version 1.1)

Hald: Portland Cement benchmark of Hald(1952)

Description

Heat evolved during setting of 13 cement mixtures of four basic ingredients. Each ingredient percentage appears to be rounded down to a full integer. The sum of the four mixture percentages varies from a maximum of 99% to a minimum of 95%. If all four regressor X-variables always summed to 100%, the centered X-matrix would then be of rank only 3. Thus, the regression of heat on four X-percentages is ill-conditioned, with an approximate rank deficiency of MCAL = 1. The first column is the response and the remaining four columns are the predictors.

The Hald data as used by Hoerl, Kennard and Baldwin (1975). These data are also in package wle.

Usage

data(Hald)

Arguments

Format

A data frame with 13 observations on the following 5 variables.

Y

Heat (cals/gm) evolved in setting, recorded to nearest tenth.

X1

Integer percentage of 3CaO.Al2O3 in the mixture.

X2

Integer percentage of 3CaO.SiO2 in the mixture.

X3

Integer percentage of 4CaO.Al2O3.Fe2O3 in the mixture.

X4

Integer percentage of 2CaO.SiO2 in the mixture.

References

Ridge Regression: some simulations, Hoerl, A. E. et al, 1975, Comm Stat Theor Method 4:105

Examples

Run this code
# NOT RUN {
data(Hald)
y <- Hald[ , 1]
x <- Hald[ , -1]
# }

Run the code above in your browser using DataLab