|
Chapter Contents |
Previous |
Next |
| SCHART Statement |
You can use any number of SCHART statements in the SHEWHART procedure. The components of the SCHART 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 s charts for WEIGHT, LENGTH, and WIDTH:
proc shewhart data=measures;
schart (weight length width)*day;
run;
proc shewhart data=values;
schart weight*day='*';
run;
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.