The following statements are available in the RSREG procedure.
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.