Hello everyone,
I need your help in creating the following equation using interrupted time series: ln(tradet) = b0 + b1 Trendt + b2 WarLevelt + b3 WarRatet + et, where:
which will display the effect of the war on trade for 10 years before and 10 years after the occurrence of the war.
I have read other examples of using the itsa command but I have not understood how I can use it to build this model. Which variables should I create in advance? Should I also include an interaction term? In my original dataset, I have 172 country pairs with different war dates.
I would appreciate any insights on where to start. Should I create a war dummy variable or all of the above variables are directly generated by the itsa command?
Thank you very much for any help!
I need your help in creating the following equation using interrupted time series: ln(tradet) = b0 + b1 Trendt + b2 WarLevelt + b3 WarRatet + et, where:
- Trend is a counter for each year of the series
- War Level is a binary variable that equals 0 for each year before the outbreak of war, and 1 for each year during and after the war
- War Trend is a counter of years equal to 0 for the years before the outbreak of war and then 1,2,3…from the war outbreak until the end of the time series
which will display the effect of the war on trade for 10 years before and 10 years after the occurrence of the war.
I have read other examples of using the itsa command but I have not understood how I can use it to build this model. Which variables should I create in advance? Should I also include an interaction term? In my original dataset, I have 172 country pairs with different war dates.
I would appreciate any insights on where to start. Should I create a war dummy variable or all of the above variables are directly generated by the itsa command?
Thank you very much for any help!

Comment