Learn R Programming

SMPracticals (version 1.3-1)

cement: Hald Cement Data

Description

Heat evolved in setting of cement, as a function of its chemical composition.

Usage

data(cement)

Arguments

source

Woods, H., Steinour, H. H. and Starke, H. R. (1932) Effect of composition of Portland cement on heat evolved during hardening. Industrial Engineering and Chemistry, 24, 1207--1214.

References

Davison, A. C. (2003) Statistical Models. Cambridge University Press. Page 355.

Examples

Run this code
data(cement)
lm(y~x1+x2+x3+x4,data=cement)

Run the code above in your browser using DataLab