BookmarkSubscribeRSS Feed
Tissue5454
Obsidian | Level 7

I am trying to plot LASSO solution pass such as Figure 3 of "Funda Gunes, SAS Institute Inc. Penalized Regression Method for Linear Models in SAS/STATS".

 

"plots=all" option of glmselect shows the graph of which X axis shows step No., Y axis shows ASE (Aberage Squared Errors)

but I want to plot the graph  of which X axis shows the normalized tuning value (L1 norm of the regression coefficients divided by the L1 norm of the ordinary least squares splution), Y azis shows ASE.

 

How can I plot it ?

1 REPLY 1
Tissue5454
Obsidian | Level 7

I could plot it !

 

plot(stepaxis=normb)=all;

 

Thanks.

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
  • 1347 views
  • 0 likes
  • 1 in conversation