Previous Page | Next Page

The AUTOREG Procedure

Syntax: AUTOREG Procedure

The AUTOREG procedure is controlled by the following statements:

PROC AUTOREG options ;
BY variables ;
CLASS variables ;
MODEL dependent = regressors / options ;
HETERO variables / options ;
NLOPTIONS options ;
RESTRICT equation , ..., equation ;
TEST equation , ..., equation / option ;
OUTPUT OUT = SAS data set options ;

At least one MODEL statement must be specified. One OUTPUT statement can follow each MODEL statement. One HETERO statement can follow each MODEL statement.

Previous Page | Next Page | Top of Page