Displaying 1 result from an estimated 1 matches for "hclustward".
2009 Mar 03
0
clust with "hclustWard"
Hello everyone
I tried to use clust function using "hclustWard" clustering method
The distance mesaured I have used is "rf"
The data used is in the form of data frame (it is not a distance matrix) -
sd.df
The piece of code I have used is:
c1 <- clust(sd.df,k=6,method="hclustWard",distMethod="rf")
But I get the following...