powered by
Create an object of class 'mqcd' to perform statistical quality control. This object is used to plot Multivariate Control Charts.
mqcd(data, data.name = NULL)
a matrix or data-frame or array where it should contain data.
a string that specifies the title displayed on the plots. If not provided it is taken from the name of the object's data.
# NOT RUN { library(qcr) data(dowel1) str(dowel1) data.mqcd <- mqcd(dowel1) str(data.mqcd) # }
Run the code above in your browser using DataLab