Hello everyone, I've been struggling with some matching for a while and really appreciate any suggestion. Thank you all very much for your help.
-
Login or Register
- Log in with
# | X | Y | Other vars |
1 | X0 | Y0 | .... |
2 | X0 | YY0 | |
3 | X1 | Y0 |
Date | Y | X | Other vars |
t0 | Y0 | X0 X1 X2 |
..... |
YY0 | X0 X1 X2 |
||
t1 | Y0 | X2 X3 X4 |
|
Y1 | X1 X3 X4 |
||
YY0 | X0 X2 X3 |
||
t2 | Y1 | X2 X4 X5 |
|
Y2 | X0 X3 X5 |
Date | X | Matched | Other vars |
t0 | X0 | Y0 | ... |
t0 | X0 | YY0 | |
t0 | X1 | Y0 | |
t1 | X1 | Y1 | |
t2 | X0 | Y2 |
Comment