Learn R Programming

qcr (version 0.1-18)

mqcd: Multivariante Quality Control Data

Description

Create an object of class 'mqcd' to perform statistical quality control. This object be 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 is taken from the name of the object data.

Examples

Run this code
library(qcr)
data(dowel1)
str(dowel1)
data.mqcd <- mqcd(dowel1)
str(data.mqcd)

Run the code above in your browser using DataLab