The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The Beta Control Charts (bcc) package provides tools to apply beta control charts to defined values. The Beta Chart presents control limits based on the Beta probability distribution and is used for monitoring fraction data from a Binomial distribution as a replacement for p-Charts. This package helps to effectively monitor variables, offering enhanced sensitivity in process control.
The Beta Chart has been applied in three real studies and compared with control limits from three different schemes. The comparative analysis showed that: (i) the Beta approximation to the Binomial distribution is more appropriate for values confined within the [0, 1] interval; and (ii) the proposed charts are more sensitive to the average run length (ARL) in both in-control and out-of-control process monitoring. Overall, the Beta Charts outperform the Shewhart control charts in monitoring fraction data.
This package not only provides a robust alternative to traditional p-Charts but also ensures more accurate and sensitive monitoring of fraction data, making it an invaluable tool for quality control and process improvement. For more details, see Ângelo Márcio Oliveira Sant’Anna and Carla Schwengber ten Caten (2012)
Ensure you have R and devtools installed on your machine:
install.packages("devtools")
Clone the repo:
://github.com/DanieLucas28/BCCPackage.git git clone https
Install the package:
::install("BCCPackage") devtools
Here are some examples of how to use the package:
library(bcc)
<- c(0.12, 0.18, 0.14, 0.28, 0.22)
data <- c(101, 98, 110, 105, 95)
sizes bcc(data, sizes, type=1, title="Beta Control Chart for Discrete Data")
<- c(0.59, 0.67, 0.61, 0.70, 0.75)
data bcc(data, type=2, title="Beta Control Chart for Continuous Data")
See the open issues for a full list of proposed features (and known issues).
Distributed under the GPL-3 License. ## Contact
Daniel Cerqueira - danielcerqueira@live.com
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.