[R] Agnes and Hclust
n.bouget
n.bouget at laposte.net
Tue May 25 16:20:42 CEST 2004
Hi,
I want to know if there is a difference between the two
hierarchical methods Agnes and hclust when there are used with
the same method and the same metric on the same data! I ask
this question because I executed the following program:
hc <- hclust(dist(AGRIINSTTableFinaleCR), "ward")
agnes<-agnes(dist(AGRIINSTTableFinaleCR),method="ward")
And clusters are not the same even if they are a little similar!
Is anybody know why i have this difference?
Thanks in advance
Nicolas BOUGET
More information about the R-help
mailing list