powered by
Hierarchical Clustering with distance matrix computed using bootstrap replicates
bootstrapHclust(X, frac = 1, B = 50, method = "ward.D2", nCore = NULL)
An object of class hclust
hclust
data
fraction of sample used at each replicate
number of replicates
desired method: "single", "complete", "average", "mcquitty", "ward.D", "ward.D2", "centroid", "median".
number of cores
hc <- bootstrapHclust(USArrests, nCore = 1)
Run the code above in your browser using DataLab