Hi,
Could anyone help me to plot lagged data. Say 3 months after current measurement. My example for dataset is:
Date | x | y |
---|---|---|
01/04/2017 | 0.188899419 | 1.37 |
01/05/2017 | 0.247572337 | 1.66 |
01/06/2017 | 0.213012986 | 2.56 |
01/07/2017 | 0.368303091 | 5.15 |
01/08/2017 | 0.323418238 | 2.42 |
01/09/2017 | 0.212830817 | 3.48 |
So, I want to plot 'y' starting 01/07/2017 - 01/09/2017 against 'x' starting on -01/04/2017-01/06/2017. I would like to see the impact after 3 months. Please anyone help me.