https://github.com/cran/MuMIn
Raw File
Tip revision: c34a6ff5a78401b7e5681b8eca1ff3fda6b01dc9 authored by Kamil BartoĊ„ on 23 January 2013, 00:00:00 UTC
version 1.9.0
Tip revision: c34a6ff
cement.Rd
\name{Cement}
\alias{Cement}
\encoding{utf-8}
\docType{data}
\title{Cement hardening data}
\description{
Cement hardening data from Woods et al (1939).
}

\usage{
data(Cement)
}

\format{
\code{Cement} is a data frame with 5 variables. x1-x4 are four predictor
variables expressed as a percentage of weight.

\describe{
   \item{X1}{calcium aluminate}
   \item{X2}{tricalcium silicate}
   \item{X3}{tetracalcium alumino ferrite}
   \item{X4}{dicalcium silicate}
   \item{y}{calories of heat evolved per gram of cement after 180 days of
	hardening.}
}}

\source{
Woods H., Steinour H.H., Starke H.R. (1932) Effect of composition of Portland
cement on heat evolved during hardening. \emph{Industrial & Engineering
Chemistry} 24, 1207-1214.
}

\references{
Burnham, K. P. and Anderson, D. R (2002) \emph{Model selection and multimodel
inference: a practical information-theoretic approach}. 2nd ed. New York,
Springer-Verlag.
}

\keyword{datasets}
back to top