runchart {spcadjust}R Documentation

Runs a chart

Description

Generic method for running a chart on new data using given parameters xi.

Usage

runchart(chart, newdata, xi)

## S4 method for signature 'SPCCUSUM'
runchart(chart, newdata, xi)

## S4 method for signature 'SPCEWMA'
runchart(chart, newdata, xi)

## S4 method for signature 'SPCShew'
runchart(chart, newdata, xi)

Arguments

chart

the chart to be used.

newdata

the new observed data.

xi

the parameters to be used in running the chart.

Value

The path of the chart over time.

Methods (by class)


[Package spcadjust version 1.1 Index]