Re: [R] agnes not working

2011-08-31 Thread Uwe Ligges
On 31.08.2011 21:16, Dimitri Liakhovitski wrote: 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

[R] agnes not working

2011-08-31 Thread Dimitri Liakhovitski
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