Each process specified in the UCHART statement must be a SAS variable in the data set. This variable provides the defect count (number of nonconformities) for subgroup samples indexed by the ...
The following statements create a data set containing the number of flaws per shirt and the number of shirts per box: title 'Average Defects Per Tee Shirt'; proc shewhart data=shirts2; uchart ...