On Mon, 2008-01-14 at 17:19 +0100, Martin Maechler wrote:
> > "GS" == Gavin Simpson <[EMAIL PROTECTED]>
> > on Thu, 10 Jan 2008 14:16:36 + writes:
>
> GS> On Thu, 2008-01-10 at 10:48 +, Marc Moragues wrote:
> >> Hi,
> >>
> >> I am trying to calculate a distance
> "GS" == Gavin Simpson <[EMAIL PROTECTED]>
> on Thu, 10 Jan 2008 14:16:36 + writes:
GS> On Thu, 2008-01-10 at 10:48 +, Marc Moragues wrote:
>> Hi,
>>
>> I am trying to calculate a distance matrix on a binary
>> data frame using dist.binary() {ade4}. This i
Thanks for your help! It is working fine.
Marc.
-Original Message-
From: Gavin Simpson [mailto:[EMAIL PROTECTED]
Sent: 10 January 2008 14:17
To: Marc Moragues
Cc: r-help@r-project.org
Subject: Re: [R] Error on distance matrix
On Thu, 2008-01-10 at 10:48 +, Marc Moragues wrote:
>
Thanks for your help. It is working now.
Marc.
Gavin Simpson wrote:
> On Thu, 2008-01-10 at 10:48 +, Marc Moragues wrote:
>
>> Hi,
>>
>> I am trying to calculate a distance matrix on a binary data frame using
>> dist.binary() {ade4}. This is the code I run and the error I get:
>>
>>
>>
On Thu, 2008-01-10 at 10:48 +, Marc Moragues wrote:
> Hi,
>
> I am trying to calculate a distance matrix on a binary data frame using
> dist.binary() {ade4}. This is the code I run and the error I get:
>
> > sjlc.dist <- dist.binary(as.data.frame(data), method=2) #D = (a+d) /
> (a+b+c+d)
> Er
Jari Oksanen oulu.fi> writes:
>
> Marc Moragues scri.ac.uk> writes:
>
> >
> > Hi,
> >
> > I am trying to calculate a distance matrix on a binary data frame using
> > dist.binary() {ade4}. This is the code I run and the error I get:
> >
> > > sjlc.dist <- dist.binary(as.data.frame(data), met
Marc Moragues scri.ac.uk> writes:
>
> Hi,
>
> I am trying to calculate a distance matrix on a binary data frame using
> dist.binary() {ade4}. This is the code I run and the error I get:
>
> > sjlc.dist <- dist.binary(as.data.frame(data), method=2) #D = (a+d) /
> (a+b+c+d)
> Error in if (any(df
Hi,
I am trying to calculate a distance matrix on a binary data frame using
dist.binary() {ade4}. This is the code I run and the error I get:
> sjlc.dist <- dist.binary(as.data.frame(data), method=2) #D = (a+d) /
(a+b+c+d)
Error in if (any(df < 0)) stop("non negative value expected in df") :
mis
8 matches
Mail list logo