lab.qcs | R Documentation |
It develops an object of lab.qcs
-codelinkclass to perform statistical quality control.
This function is used to compute the requested statistics to be summarized and ploted.
lab.qcs(x, ...) ## S3 method for class 'lab.qcs' print(x, ...) ## S3 method for class 'lab.qcs' summary(object, ...)
x |
An object of class |
... |
Other arguments passed to or from methods. |
object |
An object of class |
library(ILS) data(Glucose) Glucose.qcdata <- lab.qcdata(Glucose) str(Glucose.qcdata) Glucose.qcs <- lab.qcs(Glucose.qcdata) str(Glucose.qcs) summary(Glucose.qcs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.