powered by
These functions are used to compute statistics required by the beta chart.
stats.beta(data, sizes)
the observed data values.
sample sizes
The function stats.beta returns a list with components statistics and center.
stats.beta
statistics
center
Provides a list containing the centerline of the chart pbar and the data manipulated to be used in the construction of the chart data/sizes.
pbar
data/sizes
# NOT RUN { data(Montgomery2005) stats.beta(Montgomery2005$Defective, Montgomery2005$Sample) # }
Run the code above in your browser using DataLab