Hello all, I am conducting a Bray-curtis / UPGMA analysis in R, based in a binomial dataset (presence and absence of species in specific areas).

I want to cluster the areas according to their similiarity in terms of species richness, but am unsure of what agglomeration method I should use in the hclust function.

I think that using Average or Median, with binary data, might not be the most appropriate method for this function. I have read that you can employ Ward or Complete.

Can anyone give me a nudge in the right direction please?

Thank you in advance.

Similar questions and discussions