Hello;
I have made a dendrogram with mixed data (numbers, ordered factors and factors) using gower distance (daisy function in R) and cluster analysis with ward.D2 (hclust function in R) for a paper of the characterization of a plant specie.
However i am requested to calculate the bootstrap values in this dendrogram to show the confidence of this clusters, i understand that it is possible for this kind of mixed data but i have not found any R script or reference in how to perform it (for example pvclust function in R doesn't have gower distance option).
Thanks for the support