Description Usage Arguments Value Author(s) References See Also
These functions are used to compute statistics required by the R chart.
1 2 3 |
data |
the observed data values |
center |
sample/group center statistic. |
sizes |
samples sizes. Optional |
std.dev |
within group standard deviation. Optional for |
conf |
a numeric value used to compute control limits, specifying the number of standard deviations (if |
The function stats.R
returns a list with components statistics
and center
.
The function sd.R
returns std.dev
the standard deviation of the statistic charted.
The function limits.R
returns a matrix with lower and upper control limits.
Luca Scrucca
Montgomery, D.C. (2005) Introduction to Statistical Quality Control, 5th ed. New York: John Wiley & Sons.
Wetherill, G.B. and Brown, D.W. (1991) Statistical Process Control. New York: Chapman & Hall.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.