|
Chapter Contents |
Previous |
Next |
| The VARMAX Procedure |
See the "VAR Modeling" section for details.
The following is an example of the CAUSAL statement. You specify the CAUSAL statement with the GROUP1= and GROUP2= options.
proc varmax data=one;
model y1-y3 / p=1;
causal group1=(y1 y3) group2=(y2);
causal group1=(y2) group2=(y1 y3);
run;
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 2000 by SAS Institute Inc., Cary, NC, USA. All rights reserved.