I have a set of variables data but variables observations are with different length of time, i.e.
I would like to run a regression but the their dates are not in parallel, how can I solve this.
Date 1 | Variable 1 | Date 2 | Variable 2 |
1-1-2001 | 2 | 1-1-2001 | 13 |
2-1-2001 | 3 | 2-1-2001 | 23 |
3-1-2001 | 6 | 4-1-2001 | 12 |
4-1-2001 | 8 | 5-1-2001 | 8 |
5-1-2001 | 11 | 7-1-2001 | 5 |
Comment