Off topic:Retrieving values specific to a column
1
0
Entering edit mode
9.9 years ago
Sathya ▴ 30

How to retrieve values specific to a column in comparison to other columns.

Say , there is a matrix of a dimension 10*3

   a1 a1.1 a1.2
1   A   A1   A2
2   B   B1   B3
3   C   C1   C4
4   D   D1   D6
5   E    E    E
6   F    F    F
7   G    G    G
8   H    H    H
9   I    I    I
10  J    J    J

And, I would like to get values specific to column. values which are common in more than one column need to be removed.Some thing like this

   a1 a1.1 a1.2
1   A   A1   A2
2   B   B1   B3
3   C   C1   C4
4   D   D1   D6

Is there any function in R to retrieve values specific to a column in comparison to other column?

R column-specific • 1.7k views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 3449 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6