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