Using the Hier Clust Function
Hi. How can I sort a vector of data into clusters using the "Hier Clust()" function? I'm aware this can be done for a data column in a table, using the tools in the Clustering menu. However, I'm interested in doing this without a table or involving a GUI. Hier Clust() takes a data vector and returns a list of 5 vectors: {OldToNew, NewToOld, Leader, Joiner, Distance}. So, perhaps a more specific...