cement(SMPracticals)
cement()所属R语言包:SMPracticals
Hald Cement Data
哈尔德水泥数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Heat evolved in setting of cement, as a function of its chemical composition.
放出的热量设置的水泥,作为其化学成分的函数。
用法----------Usage----------
data(cement)
格式----------Format----------
A data frame with 13 observations on the following 5 variables.
13以下5个变量的观察与数据框。
x1 percentage weight in clinkers of 3CaO.Al2O3
X1的重量百分比熟料中的3CaO.Al2O3
x2 percentage weight in clinkers of 3CaO.SiO2
X2的重量百分比熟料中的3CaO.SiO2
x3 percentage weight in clinkers of 4CaO.Al2O3.Fe2O3
X3重量百分比熟料中的4CaO.Al2O3.Fe2O3
x4 percentage weight in clinkers of 2CaO.SiO2
X4重量百分比熟料中的硅酸二钙
y heat evolved (calories/gram)
Ÿ放出的热量(卡路里/克)
源----------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.
老虎伍兹,H.,Steinour,HH和斯塔克,HR的影响(1932年)的组成硬化发展过程中热硅酸盐水泥。工业工程和化学,24日,1207年至1214年。
参考文献----------References----------
实例----------Examples----------
data(cement)
lm(y~x1+x2+x3+x4,data=cement)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|