<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Functions to find out constants of the relative range...</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="R.css" />
</head><body>

<table width="100%" summary="page for ss.cc.constants"><tr><td>ss.cc.constants</td><td style="text-align: right;">R Documentation</td></tr></table>

<h2>Functions to find out constants of the relative range distribution.</h2>

<h3>Description</h3>

<p>These functions compute the constants d2, d3 and c4 to get estimators of the
standard deviation to set control limits.
</p>


<h3>Usage</h3>

<pre>
ss.cc.getd2(n = NA)

ss.cc.getd3(n = NA)

ss.cc.getc4(n = NA)
</pre>


<h3>Arguments</h3>

<table summary="R argblock">
<tr valign="top"><td><code>n</code></td>
<td>
<p>Sample size</p>
</td></tr>
</table>


<h3>Value</h3>

<p>A numeric value for the constant.
</p>


<h3>Author(s)</h3>

<p>EL Cano
</p>


<h3>References</h3>

<p>Cano, Emilio L., Moguerza, Javier M. and Redchuk, Andres. 2012.
<em>Six Sigma with R. Statistical Engineering for Process
Improvement</em>, Use R!, vol. 36. Springer, New York.
<a href="https://www.springer.com/gp/book/9781461436515">https://www.springer.com/gp/book/9781461436515</a>.
</p>


<h3>See Also</h3>

<p>ss.cc
</p>


<h3>Examples</h3>

<pre>
ss.cc.getd2(20)
ss.cc.getd3(20)
ss.cc.getc4(20)
</pre>


</body></html>
