On Sat, 2005-11-05 at 15:15 +0000, Ted Harding wrote: > On 05-Nov-05 Marc Schwartz wrote: > > On Tue, 2005-11-01 at 12:39 +0200, Erez wrote: > >> Hi > >> > >> I need an advise if any one can help me. > >> i have mass of data in 2 array A and B: > >> A = 0 1 0 0 1 1 0 0 > >> B = 0 0 0 1 0 1 1 1 > >> and i have 3 rules to merge them into 3rd array C: > >> if A[i] + B[i] == 0 then C[i]=0 > >> if A[i] + B[i] == 1 then C[i]=1 > >> if A[i] + B[i] == 2 then C[i]=2 > >> it looks easy but with the regular way (loop) with large data it takes > >> days (i test it). > >> If any one can advise me what to do i'll be happy. > >> > >> Thanks > >> Erez > >> > > > > [I did not see a reply to this. The date indicates that it was sent on > > Tuesday, but I just got it today] > > This looks like a problam with hypatia: > > [2]: > Received: from hypatia.math.ethz.ch (hypatia [129.132.145.15]) by > hypatia.math.ethz.ch (8.13.4/8.13.4) with ESMTP id jA5ERVxZ007442; > Sat, 5 Nov 2005 15:31:49 +0100 > > [1]: > Received: from sa4.bezeqint.net (sa4.bezeqint.net [192.115.104.18]) by > hypatia.math.ethz.ch (8.13.4/8.13.4) with ESMTP id jA1AdRni004238 for > <r-help@stat.math.ethz.ch>; Tue, 1 Nov 2005 11:39:27 +0100 > > > Ted.
Ted, Agreed. There were a couple of other delayed posts that came through as well. I added Martin here, as an FYI. Thanks, Marc ______________________________________________ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html