I have two large data each is 80x200. The values generated during the experiment are 100 % identical. These two data were complied by two different indivduals; a statistician and a chemist. After being compiled I want to,compare if the data are identical in terms of the values. The chemist uses an id of the sample that is long to describe location, study name, patient’s id….., Statistician uses only patient’s number.
The variables in the column are the same and in the same order. Samples in rows are not in the same order.
Irrespective of how the smples were named and in the order I want to verify that the two data are identical.
Can this be done?
For that I have two examples of very small data that I changed their id and the order of the rows
Thank you
id,C1,C2,C3,C4 1,4.19855,5.74574,33.46678,6.85391 3,3.48004,6.69138,31.85662,11.73753 4,3.33851,5.74293,36.09064,10.9801 9,3.2966,8.15718,30.27008,7.62836
id,C1,C2,C3,C4 KIND-009,3.2966,8.15718,30.27008,7.62836 KIND-003,3.48004,6.69138,31.85662,11.73753 KIND-001,4.19855,5.74574,33.46678,6.85391 KIND-004,3.33851,5.74293,36.09064,10.9801
... View more