Hi all, I used the KHB user-written command to conduct a mediation analysis.
My code looks something like:
I would like some help for understanding this output. I have already reading the accompanying Stata Journal article but Kohler et al. (2011), so I understand what each of the columns mean. However, there is no example in there article about interpreting mediators that have different signs.
1. More specifically, assuming no unobserved confounding, the results suggest that the group effect (GroupA vs GroupB) would be reduced by 80.5 percent if the distribution of M1 was equal across groups. Is that an accurate interpretation?
2. Conversely, once again assuming no confounding, the results suggest that the disparity between GroupA and GroupB would increase by 10.8% if we equalized the distribution of M3 between both groups. Is that also an accurate read of the table?
My code looks something like:
Code:
khb reg continuous_var GroupB || M1 M2 M3 , vce(robust) c($controlvars) disentangle notable
Z-variable | Coef | Std_Err | P_Diff | P_Reduced |
GroupB | ||||
M1 | -8000 | 1300 | 60 | 80.5 |
M2 | -2000 | 400 | 50 | 30.3 |
M3 | 4000 | 2500 | -10 | -10.8 |
I would like some help for understanding this output. I have already reading the accompanying Stata Journal article but Kohler et al. (2011), so I understand what each of the columns mean. However, there is no example in there article about interpreting mediators that have different signs.
1. More specifically, assuming no unobserved confounding, the results suggest that the group effect (GroupA vs GroupB) would be reduced by 80.5 percent if the distribution of M1 was equal across groups. Is that an accurate interpretation?
2. Conversely, once again assuming no confounding, the results suggest that the disparity between GroupA and GroupB would increase by 10.8% if we equalized the distribution of M3 between both groups. Is that also an accurate read of the table?
Comment