cement.html

来自「本程序是基于linux系统下c++代码」· HTML 代码 · 共 72 行

HTML
72
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>R: Heat Evolved by Setting Cements</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="../../R.css">
</head><body>

<table width="100%" summary="page for cement {MASS}"><tr><td>cement {MASS}</td><td align="right">R Documentation</td></tr></table>
<h2>Heat Evolved by Setting Cements</h2>


<h3>Description</h3>

<p>
Experiment on the heat evolved in the setting of each of 13
cements.
</p>


<h3>Usage</h3>

<pre>
cement
</pre>


<h3>Format</h3>

<dl>
<dt><code>x1, x2, x3, x4</code></dt><dd>Proportions (%) of active ingredients
</dd>
<dt><code>y</code></dt><dd>heat evolved in cals/gm
</dd></dl>

<h3>Details</h3>

<p>
13 samples of Portland cement were set. For each sample, the percentages of the
four main chemical ingredients was accurately measured.  While the cement was
setting the amount of heat evolved was also measured.
</p>


<h3>Source</h3>

<p>
Woods, H., Steinour, H.H. and Starke, H.R. (1932) Effect of composition of 
Portland cement on heat evolved during hardening. 
<EM>Industrial Engineering and Chemistry</EM>, <B>24</B>, 1207&ndash;1214.
</p>


<h3>References</h3>

<p>
Hald, A. (1957)
<EM>Statistical Theory with Engineering Applications.</EM>
Wiley, New York.
</p>


<h3>Examples</h3>

<pre>
lm(y ~ x1 + x2 + x3 + x4, cement)
</pre>



<hr><div align="center">[Package <em>MASS</em> version 7.2-44 <a href="00Index.html">Index]</a></div>

</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?