stats.xbar(data, sizes)
sd.xbar(data, sizes, std.dev, equal.sd = TRUE)
limits.xbar(center, std.dev, sizes, conf)sd.xbar function, required for limits.xbarconf > 1) or the confidence level (if 0 < conf < 1).stats.xbar returns a list with components statistics and center.The function sd.xbar returns std.dev the standard deviation of the statistic charted. This is based on results from Burr (1969).
The function limits.xbar returns a matrix with lower and upper control limits.
qcc