|
Chapter Contents |
Previous |
Next |
| BOXCHART Statement |
You can use any number of BOXCHART statements in the SHEWHART procedure. The components of the BOXCHART statement are described as follows.
A process is required. If you specify more than one process, enclose the list in parentheses. For example, the following statements request distinct box charts for WEIGHT, LENGTH, and WIDTH:
proc shewhart data=summary;
boxchart (weight length width)*day;
run;
proc shewhart data=values;
boxchart weight*day='*';
run;
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.