xiofdata {spcadjust} | R Documentation |
Estimate Chart Parameters
Description
Estimates the parameters used to run a control chart from given data.
Usage
xiofdata(chart, data)
## S4 method for signature 'SPCchart'
xiofdata(chart, data)
Arguments
chart |
the control chart to be used. |
data |
the data to be used. |
Value
The parameter values for running the control chart chart
.
Methods (by class)
-
SPCchart
: Standard method which simply first applies PofData to get a model and then xiofP to get the parameters.
[Package spcadjust version 1.1 Index]