Dear all,
Let's say I have 2 time series, X and Y
Y has values for t1, t3, t5.
X has values for t1, t2, t3, t4, t5
I want to study the effect of lagged values of X on Y. I guess that for the dates that X has values but Y does not, a missing value should appear?
How can I import both time series with the respective dates so that I can do that? At the moment I import the time series but they are imported serially, I could not find a way to import the correct values to the correct dates for each time series separately..
Thanks in advance!
Let's say I have 2 time series, X and Y
Y has values for t1, t3, t5.
X has values for t1, t2, t3, t4, t5
I want to study the effect of lagged values of X on Y. I guess that for the dates that X has values but Y does not, a missing value should appear?
How can I import both time series with the respective dates so that I can do that? At the moment I import the time series but they are imported serially, I could not find a way to import the correct values to the correct dates for each time series separately..
Thanks in advance!
Comment