View source: R/spc.constant.calculation.D4.uppercase.R
spc.constant.calculation.D4 | R Documentation |
Calculate D4 control chart constant from Wheeler's SPC books. These are in the same help file because of a quirk of how R generates help file names, but they are different constants with different uses.
spc.constant.calculation.D4(sample.size, n.sigma = 3)
spc.constant.calculation.d4(sample.size)
sample.size |
A scalar or vector of sample sizes |
n.sigma |
How many standard errors to use (default 3 for most control charts) |
A scalar or vector with computed constants.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.