lab.qcs {ILS} | R Documentation |
Create an object of class 'lab.qcs' to perform statistical quality control. This function is used to compute statistics required for plotting Statitics
Description
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.
Usage
lab.qcs(x, ...)
## S3 method for class 'lab.qcs'
print(x, ...)
## S3 method for class 'lab.qcs'
summary(object, ...)
Arguments
x |
An object of class |
... |
Other arguments passed to or from methods. |
object |
An object of class |
Examples
library(ILS)
data(Glucose)
Glucose.qcdata <- lab.qcdata(Glucose)
str(Glucose.qcdata)
Glucose.qcs <- lab.qcs(Glucose.qcdata)
str(Glucose.qcs)
summary(Glucose.qcs)
[Package ILS version 0.3 Index]