Displaying 1 result from an estimated 1 matches for "x403".
Did you mean:
403
2013 Mar 13
1
merging a dataframe or vectors
Hi,
I would like to know what is the easiest way to compile two or more set of
vectors or data frame, according to their index. They are interrelated to
one another by their assigned index. for example:
#data set 1
abc
#output:
X403 X408 X410 X415 X418 X419 X420 X423 X424 X425
X426 X427
549.58 541.91 544.18 549.37 555.54 540.83 543.26 544.26 546.85 548.98
553.10 556.49
X428
543.57
#data set2
def
#output:
X401 X402 X404 X405 X406 X407 X409 X411 X412 X413 X414
X416
528.46 524.15 527....