Skip to content

Commit 1610bf5

Browse files
20251114 - inconsistent mediation
1 parent d373af5 commit 1610bf5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sem.Rmd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2007,6 +2007,14 @@ lavaangui::plot_lavaan(lcmsr_fit)
20072007

20082008
# Mediation {#mediation}
20092009

2010+
## Overview
2011+
2012+
It is important not to just consider mediation effects where there is a bivariate association between the predictor and the outcome.
2013+
Sometimes ***inconsistent mediation*** occurs where the indirect effect has an opposite sign (i.e., positive or negative) from the direct or total effect.
2014+
The idea is there there may be multiple mediating mechanisms, and that the predictor/cause may have both beneficial and harmful effects on the outcome, and that the mediating mechanisms can "cancel each other out" in terms of the total effect.
2015+
For instance, the predictor may help via mechanism A, but may hurt via mechanism B.
2016+
In this case, the total effect may be weak or small, even though there may be strong mediating effects.
2017+
20102018
## Model Syntax
20112019

20122020
```{r}

0 commit comments

Comments
 (0)