Dear R users,
I am experiencing a problem, I am trying to merge two matrices composed like
this:
Matrix1 :
Col1 datetime // Col2 Data1
Matrix2:
Col1 datetime // Col2 Data2
The datetime are matching most of the time, but on both matrices, there are
some values missing, and this generates a gap, so the two matrices don't
match.
Do you know which function I could use/create in order to make one matrix
out of this, like:
Matrix:
Col1 = datetime // Col2 = Data1 // Col3 = Data2
Thank you very much for your help,
Loïc.
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.