Re: [R] Fast Removing Duplicates from Every Column

2007-01-18 Thread Bert Jacobs
] Sent: 18 January 2007 02:28 To: Bert Jacobs Cc: Petr Pikal; R help list Subject: Re: [R] Fast Removing Duplicates from Every Column Here is one way of doing it by 'padding' all the elements to the same length: x - Col1 Col2 Col3 Col159 Col160 + Row1 0 0 LD 0 VD

Re: [R] Fast Removing Duplicates from Every Column

2007-01-17 Thread Bert Jacobs
-help@stat.math.ethz.ch Date sent:Fri, 5 Jan 2007 09:54:17 +0100 Subject: Re: [R] Fast Removing Duplicates from Every Column Hi, I'm looking for some lines of code that does the following: I have a dataframe with 160 Columns and a number of rows (max 30

Re: [R] Fast Removing Duplicates from Every Column

2007-01-17 Thread jim holtman
Row 4 00000 -Original Message- From: Petr Pikal [mailto:[EMAIL PROTECTED] Sent: 05 January 2007 11:51 To: Bert Jacobs; 'R help list' Subject: Re: [R] Fast Removing Duplicates from Every Column Hi I am not sure if I understand how do you

Re: [R] Fast Removing Duplicates from Every Column

2007-01-16 Thread Petr Pikal
PROTECTED] To: 'Petr Pikal' [EMAIL PROTECTED] Subject:RE: [R] Fast Removing Duplicates from Every Column Date sent: Tue, 16 Jan 2007 10:36:42 +0100 Hi Petr, Thx for answeringen me on the question below. Actually I could use this line of code to get my

Re: [R] Fast Removing Duplicates from Every Column

2007-01-05 Thread Bert Jacobs
Hi, I'm looking for some lines of code that does the following: I have a dataframe with 160 Columns and a number of rows (max 30): Col1 Col2 Col3 ... Col 159 Col 160 Row 1 0 0 LD ... 0 VD Row 2 HD 0 00 MD Row 3 0 HD

Re: [R] Fast Removing Duplicates from Every Column

2007-01-05 Thread Petr Pikal
: Fri, 5 Jan 2007 09:54:17 +0100 Subject:Re: [R] Fast Removing Duplicates from Every Column Hi, I'm looking for some lines of code that does the following: I have a dataframe with 160 Columns and a number of rows (max 30): Col1 Col2 Col3 ... Col 159 Col 160 Row 1