Hello!

I created a distances matrix for 13 objects using daisy (see the attached file).
I am trying to clusteranalyse it using agnes but it's not working.
What might be the problem:

mydistances<-read.csv("Results of daisy.csv")
mycluster<-agnes(mydistances, method="ward")

I am getting:
Error in agnes(mydistances, method = "ward") :
  NA/NaN/Inf in foreign function call (arg 15)

I am using R 2.13.1.
Thank you very much!
-- 
Dimitri Liakhovitski
marketfusionanalytics.com
______________________________________________
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.

Reply via email to