aalfons / robmed

Perform mediation analysis via a fast-and-robust bootstrap test, as well as various other methods
GNU General Public License v3.0
6 stars 0 forks source link

Serial multiple mediator model: comparison of indirect effects #25

Open aalfons opened 2 years ago

aalfons commented 2 years ago

When using argument contrasts to compare indirect effects, all possible combinations of indirect effects are currently compared. This is not very meaningful in serial multiple mediator models. For instance, with two serial mediators, some indirect effects are the product of two coefficients whereas another is the product of three coefficients, and therefore those can be expected to be different in magnitude. Furthermore, the number of comparisons quickly explodes since three serial mediators already imply seven indirect effects.

If would be more meaningful to compare only the indirect effects that are a product of the same number of coefficients.