I am trying to calculate direct, indirect, and total effects with an SEM model. If I have a model like this one:
Then I understand from Wright's path tracing rules that the total effect of $X_1$ on $X_4$ is $ab+cd$. And for instance the total effect of $X_2$ on $X_4$ is $b + acd$.
But what if the two mediators $X_2$ and $X_3$ are allowed to be correlated? i.e. 
My questions are:
- In calculating the effect of $X_1$ on $X_4$, should I now include $ard$ and $crb$?
- In calculating the effect of $X_2$ on $X_4$, should I now include $rd$?
- In calculating the effect of $X_2$ on $X_4$, I think Wright's ray tracing rules forbid other pathways e.g. $rcab$ which would have me enter $X_2$ twice. Is that correct?
I don't know R so I am using semopy in Python, which does not calculate these automatically as best I can tell.