BookmarkSubscribeRSS Feed
Melk
Lapis Lazuli | Level 10

My hpgenselect lasso model does not output parameter p values. Is there something wrong with my code?

 

 

proc hpgenselect data = dat;
    class a b c;
    model y(EVENT='1') = a b c d e / dist=binary;
        selection method=lasso details=all;
run;

1 REPLY 1
Rick_SAS
SAS Super FREQ

Variable selection procedures do not output traditional p-values (and other inferential statistics) are invalid due to the multiple comparisons made during the model selection process. For more information, see the PROC GLMSELECT documentation.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 1793 views
  • 0 likes
  • 2 in conversation