An R package for quality control charting using beta control charts.
You can install the released version of qcc from CRAN:
install.packages("bcc")
or the development version from GitHub:
# install.packages("devtools")
devtools::install_github("danielucas28/bcc", build = TRUE, build_opts = c("--no-resave-data", "--no-manual"))
bcc(data, type = c("1", "2"), sizes, center, std.dev, limits, data.name,
labels, newdata, newsizes, newdata.name, newlabels, nsigmas = 3,
confidence.level = 0.9, rules = shewhart.rules, plot = TRUE, ...)
You can see examples in:
help("bcc")
SANT’ANNA, Ângelo M. O; CATEN, Carla Schwengberten (2012). Beta control charts forsave monitoring fraction data. Expert Systems With Applications, p. 10236-10243.
Montgomery, D.C. (2009) Introduction to Statistical Quality Control, 6th ed. New York: John Wiley & Sons.
Scrucca, L. (2004) qcc: an R package for quality control charting and statistical process control. R News 4/1, 11-17.