Description Usage Arguments Value Examples
View source: R/limits.beta.p.r
These function are used to compute the upper and lower control limits.
1 | limits.beta.p(center, std.dev, sizes, conf, ...)
|
center |
sample/group center statistic. |
std.dev |
within group standard deviation. |
sizes |
sample sizes. |
conf |
a numeric value used t o comput control limits, specifying the confidence level (if 0 < conf < 1) |
... |
further arguments are ignored. |
The function limits.beta.p
returns a matrix with lower and upper control limits.
1 | limits.beta.p(center = 0.9989597, std.dev = 0.0009362578, conf = 0.9)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.