Learn R Programming

spcadjust (version 0.9)

calARLShew-class: Class "calARLShew"

Description

Calibrates a Shewhart chart to a given in-control ARL.

Arguments

Objects from the Class

Objects can be created by calls of the form new("calARLShew", ...).

Extends

Class "SPCcalARL", directly. Class "SPCproperty", by class "SPCcalARL", distance 2.

See Also

ARLShew.

Examples

Run this code
X<-rnorm(100)
chartShew <- new("SPCShewNormalCenterScale")
SPCproperty(data=X,nrep=500,
            property=new("calARLShew",chart=chartShew,target=1000))

Run the code above in your browser using DataLab