Skip to content
/ qcc Public

❗ This is a read-only mirror of the CRAN R package repository. qcc — Quality Control Charts. Homepage: https://github.com/luca-scr/qcc

Notifications You must be signed in to change notification settings

cran/qcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRAN_Status_Badge

qcc: An R package for quality control charting and statistical process control

This package provides quality control tools for statistical process control.

  • Shewhart quality control charts for continuous, attribute and count data.
  • Cusum and EWMA charts.
  • Operating characteristic curves.
  • Process capability analysis.
  • Pareto chart and cause-and-effect chart.
  • Multivariate control charts.

Author/Maintainer

  • Luca Scrucca

Contributors

  • Greg Snow
  • Peter Bloomfield

Installation

To install the package type the following:

install.packages("qcc")
library(qcc)

Or you can install the development version from GitHub:

library(devtools)
install_github("luca-scr/qcc")
library(qcc)

How to Use This Package

See the paper

Scrucca, L. (2004) qcc: an R package for quality control charting and statistical process control. R News 4/1, 11-17.

and the vignette

A quick tour of qcc

Both documents are available in the Vignettes and other documentation section of the help.

About

❗ This is a read-only mirror of the CRAN R package repository. qcc — Quality Control Charts. Homepage: https://github.com/luca-scr/qcc

Resources

Stars

Watchers

Forks

Packages

No packages published