mqcs: It computes statistics to be used in Multivariante Quality...

View source: R/mqcs.R

mqcsR Documentation

It computes statistics to be used in Multivariante Quality Control

Description

Create an object of class 'mqcs' to perform statistical quality control. This function is used to compute statistics required to plot Multivariate Control Charts

Usage

mqcs(x, method = "sw", ...)

Arguments

x

Object mqcd (Multivariante Quality Control Data)

method

Is the method employed to compute the covatiance matrix in individual observation case. Two methods are used "sw" for compute according to (Sullivan,Woodall 1996a) and "hm" by (Holmes,Mergen 1993)

...

arguments passed to or from methods.


qcr documentation built on March 18, 2022, 6 p.m.

Related to mqcs in qcr...