| xiofdata | R Documentation |
Estimates the parameters used to run a control chart from given data.
xiofdata(chart, data) ## S4 method for signature 'SPCchart' xiofdata(chart, data)
chart |
the control chart to be used. |
data |
the data to be used. |
The parameter values for running the control chart chart.
SPCchart: Standard method which simply first applies
PofData to get a model and then xiofP to get the parameters.