controlChartBinary: Control Chart Binary

View source: R/controlChart_functions.R

controlChartBinaryR Documentation

Control Chart Binary

Description

This function plots a control chart for monitoring a production process for binary outcomes.

Usage

controlChartBinary(chartdata, p, n, alpha)

Arguments

chartdata

The name of the variable to be plotted.

p

The target probability for the outcome expressed as a value between 0 and 1.

n

The number of observations per sample.

alpha

The significance level.


dnepple/tprstats documentation built on April 5, 2025, 6:18 a.m.