|
Chapter Contents |
Previous |
Next |
| EWMACHART Statement |
A process is required. If more than one process is specified, enclose the list in parentheses. For example, the following statements request distinct EWMA charts (each using a weight parameter of 0.3) for WEIGHT, LENGTH, and WIDTH:
proc macontrol data=measures;
ewmachart (weight length width)*day / weight=0.3;
run;
proc macontrol data=values;
ewmachart length*hour='*' / weight=0.3;
run;
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.