stats.R(data, sizes)
sd.R(data, sizes, std.dev, equal.sd = TRUE)
limits.R(center, std.dev, sizes, conf)sd.R function, required for limits.Rconf > 1) or the confidence level (if 0 < conf < 1).stats.R returns a list with components statistics and center.The function sd.R returns std.dev the standard deviation of the statistic charted.
The function limits.R returns a matrix with lower and upper control limits.
qcc