11 November 2014 3 9K Report

Suppose I have a table, T3. I would like to find unique values by removing repeated rows (with reversed entries, e.g. row 1 and 4). The final table I need should look like T4. Simply using "unique()" does not solve the problem. Does anyone, know how to solve this problem in R?

x1

More Jimmy Omony's questions See All
Similar questions and discussions