mqcd | R Documentation |
Create an object of class 'mqcd' to perform statistical quality control. This object is used to plot Multivariate Control Charts.
mqcd(x, data.name = NULL)
x |
A matrix, a data-frame or an 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 |
library(qcr)
data(dowel1)
str(dowel1)
data.mqcd <- mqcd(dowel1)
str(data.mqcd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.