BookmarkSubscribeRSS Feed
pedroe
Calcite | Level 5

Hi everyone. I am trying to predict an outcome with several predictor variables (4-5), and some of them show a certain level of collinearity (up to an r correlation coefficient of 0.7) so I must apply a restricted regression technique. I am using elastic net because I understang it should have an advantage over lasso or ridge in this situation.

Well, with proc glmselect I am able to run an elastic net regression with external k fold cross validation as the model selection method

http://support.sas.com/documentation/cdl/en/statug/67523/HTML/default/viewer.htm#statug_glmselect_de...

 

Now, I would like to graph predicted vs observed values (and then calculate slope and intercept for the predicted vs observed regression) for all the data used in the k fold steps, but I cannot obtain the parameters estimates for each k fold run.

The cvdetails option in the model statement indeed works for obtaining parameters estimates when running internal cross validation, but it does not for external cross validation. Any clue?

 

Thanks in advance,

Pedro

1 REPLY 1
elge
Calcite | Level 5

Hi.

 

I've right now exact the same question as Pedro in 2015. At that time no answer was posted.  Does anyone have an idea by now? I'm interested in the predictors selected by 5 fold corss validation in each of the 5 steps by proc glmselect...cvdeatils doesn't work with selection=elasticnet(choose=cvex) .



Hoping for any advice.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1274 views
  • 0 likes
  • 2 in conversation