mqcd {qcr}R Documentation

It creates a data object to be used in Multivariante Quality Control

Description

Create an object of class 'mqcd' to perform statistical quality control. This object is used to plot Multivariate Control Charts.

Usage

mqcd(data, data.name = NULL)

Arguments

data

a matrix or data-frame or array where it should contain data.

data.name

a string that specifies the title displayed on the plots. If not provided it is taken from the name of the object's data.

Examples

library(qcr)
data(dowel1)
str(dowel1)
data.mqcd <- mqcd(dowel1)
str(data.mqcd)

[Package qcr version 1.4 Index]