Learn R Programming

spcadjust (version 1.0)

xiofdata: Estimate Chart Parameters

Description

Estimates the parameters used to run a control chart from given data.

Usage

xiofdata(chart, data)
"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.