Displaying 1 result from an estimated 1 matches for "tp1013356p1013356".
2010 Jan 13
4
merging issue.........
...ot;id"
show up in the first file?
I know how to do it is SAS, just use the following code:
merge data1(in=in1) data2(in=in2);
by id;
if in1;
but I really have no idea about how to do it in R.
thank you in advance,
karean
--
View this message in context: http://n4.nabble.com/merging-issue-tp1013356p1013356.html
Sent from the R help mailing list archive at Nabble.com.