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.

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