News

The following statements create the chart shown in Output 38.4.1: title 'Proportion of Circuit Failures'; symbol v=dot c=salmon; proc shewhart data=circ_one; pchart fail*batch / subgroupn = 500 ...
This example shows how to label subgroups in a vertical bar chart that is generated by the GCHART procedure. Each bar represents total orders for a city and is subgrouped by the type of order. The ...