I am currently stuck at a cluster-analysis. I would like to determine the ideal number of clusters by comparing the agglomerative coefficients of different number of clusters to each other. The percentage change in coefficient to the next level should be the basis for my decision, like in the following screenshot:
Percentage Change in Coefficient to next level
But I do not know how to get these coefficients. I was only able to compute the AC for the whole dendrogram by using the AGNES program. How can I get the agglomeration coefficient for different numbers of clusters?
I'll appreciate an advice, thank you.