Syntax: RSREG Procedure

The following statements are available in PROC RSREG.

PROC RSREG <options> ;
MODEL responses= independents </ options> ;
RIDGE <options> ;
WEIGHT variable ;
ID variables ;
BY variables ;

The PROC RSREG and MODEL statements are required.

The BY, ID, MODEL, RIDGE, and WEIGHT statements are described after the PROC RSREG statement, and they can appear in any order.