lab.qcs: Create an object of class 'lab.qcs' to perform statistical...

View source: R/lab.qcs.R

lab.qcsR 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 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


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

ILS documentation built on Jan. 16, 2023, 1:07 a.m.

Related to lab.qcs in ILS...