[R] Cluster Analysis
elw at stderr.org
elw at stderr.org
Mon Oct 29 13:45:37 CET 2007
> Subject: [R] Cluster Analysis
>
> Dear all,
>
> I would like to know if I can do a hierarchical cluster analysis in R
> using my own similarity matrix and how. Thanks. Katia Freire.
Yes. ;)
Reading the help for dist() and hclust() should make the procedure for
doing this appear fairly straightforward. For interpreting the results,
cutree() should be helpful..
--elijah
More information about the R-help
mailing list