powered by
These function are used to compute the upper and lower control limits.
limits.beta.p(center, std.dev, sizes, conf, ...)
sample/group center statistic.
within group standard deviation.
sample sizes.
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.
limits.beta.p
# NOT RUN { limits.beta.p(center = 0.9989597, std.dev = 0.0009362578, conf = 0.9) # }
Run the code above in your browser using DataLab