View source: R/controlChart_functions.R
controlChartBinary | R Documentation |
This function plots a control chart for monitoring a production process for binary outcomes.
controlChartBinary(chartdata, p, n, alpha)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.