Hi,

I have been struggling for a model to estimate related to sequential treatment effect and need a help desperately.
I would greatly appreciate it if you guide me to the resources or advice me on this matter.

In some situation in reality, treatment affects outcome, and outcome affects treatment in the next period.
For example, if we see the effect of construction of post box in the municipality and then increase the mail so that increase in the mail leads to more post box construction.

It can be interpreted "reverse causality", but, in the sense that outcome does not affect treatment in the past, it has a following sequential I guess. (Arrows means causal relationship).

T0 -> Y0 -> T1 -> Y1 -> T2 -> Y2 -> T3 -> Y3.....

To be specific:

Code:
Y_it = a + B*T_it + u_it

T_it = c + b*T_it-1 + e_it-1
There are several period t = 1,2,3,4,...,n, and T is a treatment/intervention variable (dummy) and Y is outcome (continuous; it can be converted into a dummy if needed).

Does this model can be appropriately estimated by simply using lag term?
For the causal inferences, what would be the best way to estimate this kind of mechanism?

Please kindly give your advice on this issue. Thank you in advance.