uniControl: Univariate Control Charts

Description Usage Arguments Examples

View source: R/uniControl.R

Description

This function will produce univariate control charts to visually assess which observations are out of control with regards to a single variable. The variable being assessed for control is plotted on the y-axis for each observation. The ordering of the x axis comes from time series ordering. The upper and lower control limits (percent defined by the alpha argument) is also charted. Points that fall above or below the control limit lines are considered out of control

Usage

1

Arguments

df

, a data frame with continuous numerical columns

Examples

1
2
df <- iris
uniControl(df[,c(2,3)])

s-huebler/rotateS21 documentation built on Dec. 22, 2021, 8:21 p.m.