Get AI summaries of any video or article — Sign up free
#SmartPLS4 Series 22 - How to Run a Simple Mediation Model? thumbnail

#SmartPLS4 Series 22 - How to Run a Simple Mediation Model?

Research With Fawad·
5 min read

Based on Research With Fawad's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

Mediation requires an indirect pathway where the independent construct affects the mediator, which then affects the dependent construct.

Briefing

Mediation analysis in SmartPLS4 hinges on a simple idea: an exogenous construct affects a mediator, which then affects an endogenous construct. That chain matters because it lets researchers distinguish whether an observed relationship is transmitted indirectly (through the mediator), directly (without the mediator), or through both routes. In practice, the indirect effect is computed as the product of two path coefficients—P1 (independent → mediator) and P2 (mediator → dependent)—and the total effect is the sum of the direct effect (P3: independent → dependent) and the indirect effect (P1×P2). This framework is the basis for deciding whether mediation is full or partial and whether it is complementary or competitive, depending on the signs and significance of the paths.

Before running mediation tests, the analysis must clear measurement and structural hurdles. For reflective mediator constructs, reliability and validity are non-negotiable: weak reliability can shrink estimated indirect effects and lead to underestimating mediation. The same discipline applies to the structural model. Collinearity must be checked because high collinearity can bias path coefficients—sometimes making a direct effect look insignificant even when mediation exists, or producing unexpected sign changes that blur the difference between mediation types. Discriminant validity also matters: if the mediator is not sufficiently distinct from the exogenous or endogenous constructs, indirect effects can appear significant yet be substantially biased, producing incorrect conclusions about whether mediation exists and what kind it is.

Once measurement quality and structural assumptions are satisfied, the mediation procedure becomes a significance test sequence using bootstrapping in SmartPLS4. The workflow starts by estimating P1 and P2 and confirming that their product (the indirect effect) is significant. In the worked example, the indirect effect from collaborative culture (CC) to organizational commitment (OC) to organizational performance (OP) is significant because the indirect effect equals 0.616×0.438 ≈ 0.270 (reported as 0.270), with a p-value below 0.05. The analysis then checks P3—the direct path from CC to OP—using the bootstrapped results.

Here, P3 is also significant, which signals partial mediation: some of CC’s influence on OP runs through OC, while some remains direct. The final classification depends on the signs of the paths. Because P1×P2×P3 is positive in this case, the mediation is complementary partial mediation. Had P3 been insignificant while the indirect effect remained significant, the result would have been full mediation (only the indirect route). If P1 and P2 were insignificant, even a significant P3 would imply no mediation effect through the mediator. If P3 were insignificant and the indirect effect were also insignificant, there would be no effect and no mediation.

The session ends by positioning this as a basic one-mediator model and previewing more complex mediation with multiple mediators in a later session, along with moderation analysis afterward.

Cornell Notes

Mediation in SmartPLS4 is assessed by separating an independent → dependent relationship into an indirect path through a mediator and a direct path that bypasses it. The indirect effect equals P1×P2, where P1 is independent → mediator and P2 is mediator → dependent; the total effect combines direct (P3) and indirect effects. Bootstrapping is used to test significance, typically checking first whether P1×P2 is significant, then whether P3 (independent → dependent) is significant. If P3 is significant alongside the indirect effect, mediation is partial; if P3 is not significant, mediation is full. Complementary vs competitive mediation depends on the sign pattern of the paths (positive indicates complementary; a negative sign pattern indicates competitive).

What does it mean for mediation to occur in a PLS path model?

Mediation occurs when a mediator construct intervenes between two related constructs. In structural terms, changes in the exogenous construct (independent) produce changes in the mediator, and those mediator changes then produce changes in the endogenous construct (dependent). In the path diagram, the indirect effect follows a sequence like independent → mediator → dependent, while the direct effect is independent → dependent via a single arrow.

How are indirect, direct, and total effects defined and computed?

The indirect effect is computed as the product of two path coefficients: P1 (independent → mediator) times P2 (mediator → dependent). The direct effect is P3 (independent → dependent). The total effect is the sum of the direct and indirect effects, meaning the overall impact of the independent construct on the dependent construct equals P3 + (P1×P2).

Why must reliability/validity and collinearity be checked before interpreting mediation results?

Weak reliability or validity for reflective mediator constructs can distort estimated relationships, often shrinking indirect effects and making mediation look weaker than it truly is. High collinearity can bias path coefficients—potentially turning a direct effect insignificant even when mediation exists, or causing sign changes that make it hard to distinguish complementary from competitive mediation. Poor discriminant validity between mediator and other constructs can also create significant but biased indirect effects, leading to incorrect claims about mediation existence or type.

What is the bootstrapping-based decision sequence for mediation in SmartPLS4?

First, test whether P1 and P2 are significant so the indirect effect (P1×P2) is significant. Next, test whether P3 (the direct path independent → dependent) is significant. If P3 is significant while the indirect effect is significant, mediation is partial. If P3 is not significant while the indirect effect is significant, mediation is full. If P1 and P2 are not significant, there is no mediation through the mediator even if P3 is significant. If P3 is not significant and the indirect effect is also not significant, there is no effect and no mediation.

In the example, how is complementary partial mediation determined?

For CC → OC → OP, the indirect effect is calculated as 0.616×0.438 ≈ 0.270, and it is significant (p<0.05). The direct effect P3 (CC → OP) is also significant, so mediation is partial. Complementary vs competitive depends on sign: because the sign pattern yields a positive result (P1×P2×P3 positive), the mediation is complementary partial mediation.

Review Questions

  1. What specific checks should be completed for reflective mediator constructs before interpreting indirect effects in SmartPLS4?
  2. Describe the conditions that produce full mediation versus partial mediation in terms of the significance of P1×P2 and P3.
  3. How does collinearity affect mediation interpretation, and what kinds of misleading outcomes can it cause?

Key Points

  1. 1

    Mediation requires an indirect pathway where the independent construct affects the mediator, which then affects the dependent construct.

  2. 2

    The indirect effect in SmartPLS4 is P1×P2, and the total effect equals P3 + (P1×P2).

  3. 3

    Bootstrapping results determine mediation: first confirm the indirect effect is significant, then check whether the direct effect P3 is significant.

  4. 4

    Significance patterns classify mediation: P3 significant with a significant indirect effect implies partial mediation; P3 not significant with a significant indirect effect implies full mediation.

  5. 5

    Complementary versus competitive mediation depends on the sign pattern of the paths (positive indicates complementary; a negative sign pattern indicates competitive).

  6. 6

    Reliability/validity for reflective mediator constructs must be strong because weak reliability can shrink indirect effects and distort conclusions.

  7. 7

    Collinearity and discriminant validity issues can bias path coefficients and even change signs, making mediation type decisions unreliable.

Highlights

Indirect effects are calculated as the product of two paths (P1×P2), and total effects combine direct and indirect components.
A significant indirect effect plus a significant direct effect (P3) yields partial mediation; a significant indirect effect with an insignificant P3 yields full mediation.
Complementary partial mediation occurs when the sign pattern across P1, P2, and P3 is positive.
High collinearity can make a direct effect appear insignificant and can also cause sign flips that complicate mediation classification.
In the example, CC → OC → OP has an indirect effect of about 0.270 (0.616×0.438), and with a significant P3 the result is complementary partial mediation.

Mentioned