search for: rolnames

Displaying 1 result from an estimated 1 matches for "rolnames".

Did you mean: colnames
2011 Apr 25
2
extracting names from matrix according to a condition
Dear Community, I have a matrix with assigned colnames and rolnames as follows: A B NR 0.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. In the above example this would be observation NR only. Hence...