PROC GLMSELECT data=TrainingData valdata=ValData plots=coefficients;
model Y
=
X1
X2
/selection=elasticnet(steps=120 choose=validate);
run;
I get these errors:
ERROR 22-322: Syntax error, expecting one of the following: BACKWARD, FORWARD, LAR, LASSO, NONE, STEPWISE. ERROR 76-322: Syntax error, statement will be ignored.
SELECTION=ELASTICNET was implemented in SAS/STAT 13.1, which was released as part of SAS 9.4M1 in 2013. The error message indicates that you are running an older version of SAS that does not have support for the elastic net algorithm.
You can submit:
%put SYSVLONG = &SYSVLONG;
and look in the log to find your version of SAS.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Registration is open
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss. Register now and lock in 2025 pricing—just $495!