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.

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