The ADAPTIVEREG Procedure (Experimental)

Syntax: ADAPTIVEREG Procedure

The following statements are available in the ADAPTIVEREG procedure:

PROC ADAPTIVEREG <options> ;
BY variables ;
CLASS variables </ options> ;
FREQ variable ;
MODEL dependent <(options)> = <effects></ options> ;
OUTPUT <OUT=SAS-data-set> <keyword <(keyword-options )> <=name>> …<keyword <(keyword-options )> <=name>> ;
PARTITION <options> ;
SCORE <DATA=SAS-data-set> <OUT=SAS-data-set><keyword <=name>>…<keyword <=name>> ;
WEIGHT variable ;

The syntax of the ADAPTIVEREG procedure is similar to that of other regression procedures in the SAS System. The PROC ADAPTIVEREG and MODEL statements are required, and the MODEL statement must appear after the CLASS statement if a CLASS statement is included. The SCORE statement can appear multiple times; all other statements can appear only once.

The following sections describe the PROC ADAPTIVEREG statement and then describe the other statements in alphabetical order.