| stats.u {qcc} | R Documentation | 
These functions are used to compute statistics required by the u chart.
stats.u(data, sizes) sd.u(data, sizes) limits.u(center, std.dev, sizes, conf)
data | 
the observed data values | 
center | 
sample/group center statistic. | 
sizes | 
samples sizes. | 
std.dev | 
within group standard deviation. | 
conf | 
a numeric value used to compute control limits, specifying the number of standard deviations (if conf > 1) or the confidence level (if 0 < conf < 1). | 
The function stats.u returns a list with components statistics and center.
The function sd.u returns std.dev the standard deviation of the statistic charted.
The function limits.u returns a matrix with lower and upper control limits.
Luca Scrucca luca@stat.unipg.it
Montgomery, D.C. (2000) Introduction to Statistical Quality Control, 4th ed. New York: John Wiley & Sons. 
Wetherill, G.B. and Brown, D.W. (1991) Statistical Process Control. New York: Chapman & Hall.