As I'm understanding things, PLS regression comes up with a number of 'components.' But how do these components tell us which of the original predictors is most important?
Thanks!
Nicholas Kormanik
The variables with high loadings (either positive or negative) are the important variables in that component. There's no real cutoff, the meaning of "high" is relative to the other loadings in that component.
The loadings are available via the DETAILS option of the PROC PLS statement. You can save the loadings to a SAS data set if you want via
ods output xloadings=xloadings;
@Ksharp Yes, I know. Mainland, would be my guess. SAS with everything in Chinese just seemed even more overwhelming than SAS in English. Like, OMG!!
Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.