powered by
These functions are used to compute statistics required by the beta chart.
sd.beta(data, sizes, ...)
the observed data values.
sample sizes
further arguments are ignored.
The function sd.beta returns std.dev the standard deviation of the statistic charted.
sd.beta
std.dev
Performs the calculation of the standard deviation std.dev that will be used in the construction of the control chart.
# NOT RUN { data(Montgomery2005) sd.beta(Montgomery2005$Defective, Montgomery2005$Sample) # }
Run the code above in your browser using DataLab