Learn R Programming

ILS (version 0.3)

lab.qcs: 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 lab.qcs print(x, ...)

# S3 method for lab.qcs summary(object, ...)

Arguments

x

An object of class lab.qcs for which a print is desired.

...

Other arguments passed to or from methods.

object

An object of class lab.qcs for which a summary is desired.

Examples

Run this code

library(ILS)
data(Glucose)
Glucose.qcdata <- lab.qcdata(Glucose)
str(Glucose.qcdata)
Glucose.qcs <- lab.qcs(Glucose.qcdata)
str(Glucose.qcs)
summary(Glucose.qcs)

Run the code above in your browser using DataLab