Re: [R] New to R, trying to use agnes, but can't load my ditance matrix

2011-06-27 Thread Bill.Venables
problem. Bill Venables. -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Karen R. Khar Sent: Monday, 27 June 2011 5:44 PM To: r-help@r-project.org Subject: [R] New to R, trying to use agnes, but can't load my ditance matrix H

Re: [R] New to R, trying to use agnes, but can't load my ditance matrix

2011-06-27 Thread Sarah Goslee
On Mon, Jun 27, 2011 at 3:43 AM, Karen R. Khar wrote: > Hi, > > I'm mighty new to R. I'm using it on Windows. I'm trying to cluster using a > distance matrix I created from the data on my own and called it D10.dist. I > loaded the cluster package. Then tried the following command... > >> agnes("E:

Re: [R] New to R, trying to use agnes, but can't load my ditance matrix

2011-06-27 Thread Karen R. Khar
I also tried... D1 D2 D3 D4 D5 D6 D7 D8 D9 D2 0.608392 D3 0.4974510.537662 D4 0.6345480.3933430.537426 D5 0.5587850.5433990.6322210.726633 D6 0.6594830.7017780.7414

[R] New to R, trying to use agnes, but can't load my ditance matrix

2011-06-27 Thread Karen R. Khar
Hi, I'm mighty new to R. I'm using it on Windows. I'm trying to cluster using a distance matrix I created from the data on my own and called it D10.dist. I loaded the cluster package. Then tried the following command... > agnes("E:D10.dist", diss = TRUE, metric = "euclidean", stand = FALSE, > met