> 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 ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.