SAS/Ets User's Guide 35. Provides detailed reference material for using SAS/ETS software and guides you through the analysis and forecasting of features such as univariate and multivariate time series, cross-sectional time series, seasonal adjustments, multiequational nonlinear models, discrete choice models, limited dependent variable models, portfolio analysis, and generation of financial reports, with introductory and advanced examples for each procedure. You can also find complete information about two easy-to-use point-and-click applications: the Time Series Forecasting System, for automatic and interactive time series modeling and forecasting, and the Investment Analysis System, for time-value of money analysis of a variety of investments | 332 F Chapter 8 The AUTOREG Procedure Figure continued Parameter Estimates Variable DF Estimate Standard Error t Value Approx Pr t Intercept 1 ylag 1 .0001 Stepwise Autoregression Once you determine that autocorrelation correction is needed you must select the order of the autoregressive error model to use. One way to select the order of the autoregressive error model is stepwise autoregression. The stepwise autoregression method initially fits a high-order model with many autoregressive lags and then sequentially removes autoregressive parameters until all remaining autoregressive parameters have significant t tests. To use stepwise autoregression specify the BACKSTEP option and specify a large order with the NLAG option. The following statements show the stepwise feature using an initial order of 5 stepwise autoregression proc autoreg data a model y time method ml nlag 5 backstep run The results are shown in Figure . Figure Stepwise Autoregression Forecasting Autocorrelated Time Series SSE The AUTOREG Procedure Dependent Variable y Ordinary Least Squares Estimates DFE 34 MSE Root MSE SBC AIC MAE AICC MAPE HQC Durbin- -Watson Regress R-Square Total R-Square Stepwise Autoregression F 333 Figure continued Parameter Estimates Standard Approx Variable DF Estimate Error t Value Pr t Intercept 1 .0001 time 1 .0001 Estimates of Autocorrelations Lag Covariance Correlation -198765432101234567891 0 1 2 3 4 5 Backward Elimination of Autoregressive Terms Lag Estimate t Value Pr t 4 3 5 The estimates of the autocorrelations are shown for 5 lags. The backward elimination of autoregressive terms report .