Hi guys,
If I use proc rank with grouping function, what is the different between this method and the k mean clustering method?
Actually i do not see any other differentiation only that with using proc rank (with group) the procedure wants to divide the groups in equal part...
Thanks your answer,
Steve
I won't comment on k-means clustering method, but ...
PROC RANK computes ranks on individual variables.
K-mean clusters finds groupings of observations in your data set using multiple variables.
These don't do the same things.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.