If I am interested in the causal effects of the change in a variable ($E$) on some outcome ($O$), how would I represent that in a directed acyclic graph (DAG)?
Suppose $\Delta E_2 = E_2 - E_1$, where $E_1$ & $E_2$ happen at times 1 & 2, would a correct DAG be:
1. Assuming that $\Delta E_2$ is simply captured by all levels of $E_1$ and $E_2$ (a la the same way interaction effects are so captured)?
2. Assuming that $\Delta E_2$ is a causally distinct variable from $E_1$ and $E_2$, but requiring the presence of those variables?
3. Assuming that $\Delta E_2$ is independent of $E_1$ & $E_2$ and the latter are not necessary to represent the effects of $\Delta E_2$?
- Something else?
NOTE: "DAG" does not mean "any old kind of causal or correlational graph," but is a tightly proscribed formalism representing causal beliefs.
My motivation is that I am trying to think about DAG representation of dynamic models like the generalized error correction model:
$$\Delta O_t = \beta_{0} + \beta_{\text{c}}\left(O_{t-1} - E_{t-1}\right) + \beta_{\Delta E}\Delta E_{t} + \beta_E E_{t-1} + \varepsilon_t$$
Of course, the raw parameter estimate get transformed to interpret model as below, so perhaps DAGing the above model would be even messier?
Short-run instantaneous effect of change in $E$ on $\Delta O$: $\beta_{\Delta E}$
Short-run lagged effect of level of $E$ on $\Delta O$: $\beta_{E} - \beta_{\text{c}} - \beta_{\Delta E}$
Long-run equilibrium effect of lagged $E$ on $\Delta O$: $\frac{\beta_{\text{c}} - \beta_{E}}{\beta_{\text{c}}}$