Re: [R] extracting names from matrix according to a condition

2011-04-25 Thread ivan
thank you very much. worked great for me. On Mon, Apr 25, 2011 at 8:22 PM, Peter Ehlers wrote: > On 2011-04-25 10:58, ivan wrote: >> >> Dear Community, >> >> I have a matrix with assigned colnames and rolnames as follows: >> >>             A            B >> NR    0.15      0,05 >> AL     0,05    

Re: [R] extracting names from matrix according to a condition

2011-04-25 Thread Peter Ehlers
On 2011-04-25 10:58, ivan wrote: Dear Community, I have a matrix with assigned colnames and rolnames as follows: AB NR0.15 0,05 AL 0,05 0,05 . .. . .. . .. I want to extract the names o

[R] extracting names from matrix according to a condition

2011-04-25 Thread ivan
Dear Community, I have a matrix with assigned colnames and rolnames as follows: AB NR0.15 0,05 AL 0,05 0,05 . .. . .. . .. I want to extract the names of the rows for which A>0,1 and B<0,1