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.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 1389 views
  • 0 likes
  • 2 in conversation