Learn R Programming

Beta Control Charts (bcc)

An R package for quality control charting using beta control charts.

Installation

You can install the the development version from GitHub:

# install.packages("devtools")
devtools::install_github("danielucas28/bcc", build = TRUE, build_opts = c("--no-resave-data", "--no-manual"))

Usage

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")

References

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.

Copy Link

Version

Install

install.packages('bcc')

Monthly Downloads

450

Version

1.3.1

License

GPL

Maintainer

Daniel Cerqueira

Last Published

April 28th, 2020

Functions in bcc (1.3.1)

limits.beta.p

Limits for continuos data
sd.beta.p

sd.beta.p
stats.beta

stats.beta
sd.beta

sd.beta
bcc

Beta Control Charts
limits.beta

Limits for discrete data
Drapper1998data

Drapper 1998 data
Montgomery2005

Montgomery 2005 data
stats.beta.p

stats.beta.p