powered by
Builds the x-bar control chart for phase I.
cchart.Xbar1(x, sizes)
The data to be plotted.
A value or a vector of values specifying the sample sizes associated with each group.
Return a x-bar control chart for phase I.
Even if the data is not normal the x-bar statistic will be close to the normal by the central limit theorem.
cchart.Xbar2
# NOT RUN { data(pistonrings) cchart.Xbar1(pistonrings[1:25, ]) # }
Run the code above in your browser using DataLab