Hi Collegues,
I have 750 variables related to customers’ transaction behavior, account balances etc.
I have reduced the number of variables using proc varclus. Then the representative variables in each cluster were inputted into proc logistic to identify predictors that are associated with acquisition of bank products.
I have two specific questions.
1. Should I standardize the input variables separately before inputting into proc varclus?
2. I used the following statements. Is there any method that I can use so that I do not need to list down the name of all 750 variables?
proc varclus data=temp.dataset outtree=tree centroid maxclusters=25;
var a b c d e..............................................name of 750th variable ;
run;
Would really appreciate any ideas.
Mirisage
VARCLUS is related to principle/centroid components, thus can be affected by the scale on which the variables are measured.
Hi Dling,
Thank you very much for this very useful clarification.
Best regards
Fernando
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.