BookmarkSubscribeRSS Feed
SEP
Calcite | Level 5 SEP
Calcite | Level 5

Hello,

I am running a partial least squares regression model using PROC PLS and would like to look at the values plotted in the profiles of variable importance factors graph.  Is there a way to pull this data out of SAS?

Thanks,

Susan Puumala

2 REPLIES 2
Rick_SAS
SAS Super FREQ

Sure. use

   ods output VariableImportancePlot=VIP;

to write the contents of the plot to a data set.

SEP
Calcite | Level 5 SEP
Calcite | Level 5

Thanks so much!  I really appreciate your quick reply.  I thought that there was something simple that I was missing.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

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
  • 2 replies
  • 3507 views
  • 3 likes
  • 2 in conversation