cement                package:monomvn                R Documentation

_H_a_l_d'_s _C_e_m_e_n_t _D_a_t_a

_D_e_s_c_r_i_p_t_i_o_n:

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

_U_s_a_g_e:

     data(cement)
     data(cement.miss)

_F_o_r_m_a_t:

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

     _x_1  percentage weight in clinkers of 3CaO.Al2O3

     _x_2  percentage weight in clinkers of 3CaO.SiO2

     _x_3  percentage weight in clinkers of 4CaO.Al2O3.Fe2O3

     _x_4  percentage weight in clinkers of 2CaO.SiO2

     _y  heat evolved (calories/gram)

_D_e_t_a_i_l_s:

     'cement.miss' is taken from an example in Little & Rubin's book on
     _Statistical Analysis with Missing Data_ (2002), pp.~154, for
     demonstrating estimation of multivariate means and variances when
     the missing data pattern is monotone.  These are indicated by 'NA'
     in 'cement.miss'.  See the examples section of 'monomvn' for a
     re-working of the example from the textbook

_S_o_u_r_c_e:

     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.

_R_e_f_e_r_e_n_c_e_s:

     Davison, A. C. (2003)  _Statistical Models_.  Cambridge University
     Press. Page 355.

     Draper, N.R. and Smith, H. (1998) _Applied Regression Analysis_.
     Wiley. Page 630.

     Roderick J.A. Little and Donald B. Rubin (2002). _Statistical
     Analysis with Missing Data_, Second Edition. Wilely.  Page 154.

     <URL: http://www.statslab.cam.ac.uk/~bobby/monomvn.html>

_S_e_e _A_l_s_o:

     'monomvn' -  Several other R packages also include this data set

_E_x_a_m_p_l_e_s:

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

