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