updates: Updates of a Control Chart

Description Usage Arguments Value Methods (by class)

Description

Computes updates of a control chart using the given parameters and the given data.

Usage

1
2
3
4
5
6
7
updates(chart, xi, data)

## S4 method for signature 'SPCchart'
updates(chart, xi, data)

## S4 method for signature 'SPCShew'
updates(chart, xi, data)

Arguments

chart

the control chart.

xi

the parameters used for running the chart.

data

the observed data.

Value

A vector of the same length as data.

Methods (by class)


spcadjust documentation built on May 1, 2019, 7:49 p.m.

Related to updates in spcadjust...