Re: [R] cluster a distance(analogue)-object using agnes(cluster)

2008-09-05 Thread Gavin Simpson
On Thu, 2008-09-04 at 11:28 +0200, Martin Maechler wrote: > > "B" == Birgitle <[EMAIL PROTECTED]> > > on Tue, 2 Sep 2008 03:02:31 -0700 (PDT) writes: > > B> I try to perform a clustering using an existing dissimilarity matrix > that I > B> calculated using distance (analogue)

Re: [R] cluster a distance(analogue)-object using agnes(cluster)

2008-09-04 Thread Martin Maechler
> "B" == Birgitle <[EMAIL PROTECTED]> > on Tue, 2 Sep 2008 03:02:31 -0700 (PDT) writes: B> I try to perform a clustering using an existing dissimilarity matrix that I B> calculated using distance (analogue) B> I tried two different things. One of them worked and one not a

Re: [R] cluster a distance(analogue)-object using agnes(cluster)

2008-09-03 Thread Birgitle
Hello R-User! I still would be happy about an answer. Further explanation: I use distance(analogue), because I can give there a different weighting to my used variables. I would be interested, if there is the information in my Dissimilarity matrix, that I used also factors and if this prevents a

[R] cluster a distance(analogue)-object using agnes(cluster)

2008-09-02 Thread Birgitle
I try to perform a clustering using an existing dissimilarity matrix that I calculated using distance (analogue) I tried two different things. One of them worked and one not and I don`t understand why. Here the code: not working example library(cluster) library(analogue) iris2<-as.data.frame(ir