|
Chapter Contents |
Previous |
Next |
| XCHART Statement |
A process is required. If you specify more than one process,
enclose the list in parentheses. For example, the
following statements request distinct
charts for
WEIGHT, LENGTH, and WIDTH:
proc shewhart data=measures;
xchart (weight length width)*day;
run;
proc shewhart data=values;
xchart weight*day='*';
run;
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.