Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

qcr (version 1.4)

mqcd: 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

Run this code
# NOT RUN {
library(qcr)
data(dowel1)
str(dowel1)
data.mqcd <- mqcd(dowel1)
str(data.mqcd)
# }

Run the code above in your browser using DataLab