Get AI summaries of any video or article — Sign up free
20. SEMinR Series. Evaluating Structural Model | Step 1 | Collinearity Diagnostics thumbnail

20. SEMinR Series. Evaluating Structural Model | Step 1 | Collinearity Diagnostics

Research With Fawad·
4 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

Structural model assessment in PLS-SEM comes after confirming reliability and validity of the measurement (outer) models.

Briefing

After finishing reliability/validity checks for the measurement (outer) models, the next priority in PLS-SEM is to evaluate the structural (inner) model—specifically whether relationships between constructs are trustworthy and meaningful. The core risk at this stage is multicollinearity: structural path coefficients come from ordinary least squares regressions of each endogenous construct on its predictor constructs, so strong correlations among predictors can bias those path estimates. That’s why collinearity diagnostics come first, before judging whether any hypothesized links are significant.

The structural model assessment is laid out as a step-by-step workflow. Step one focuses on multicollinearity among predictor constructs. If predictors are highly correlated, point estimates and standard error estimates for path coefficients can become distorted, making results unreliable. The standard diagnostic is the Variance Inflation Factor (VIF). As a rule of thumb, VIF values between 3 and 5 indicate no critical multicollinearity concerns, while values above 5 suggest a collinearity problem. When collinearity is problematic, the guidance is to consider creating higher-order constructs to reduce redundancy among predictors.

In practice, the collinearity check is performed by running a summary object for the estimated model and then extracting VIF values for the antecedents (predictor constructs). In the example shown, all VIF values fall below the threshold—“less than three” across the antecedents—so multicollinearity is unlikely to be a critical issue. With that hurdle cleared, the analysis can move forward to the next stage.

Step two then evaluates the structural relationships themselves: whether the path coefficients linking constructs are statistically significant and substantively relevant. Only after establishing that the measurement model is reliable and valid—and after confirming that multicollinearity won’t bias the structural estimates—does it make sense to interpret which construct relationships hold.

The workflow also includes later steps for assessing explanatory and predictive power and for model comparisons, but those are deferred until after moderation and mediation are discussed in subsequent sessions. For now, the takeaway is clear: structural model interpretation in PLS-SEM starts with collinearity diagnostics (via VIF), because biased path coefficients can undermine every downstream conclusion about significance, relevance, and model performance.

Cornell Notes

Once the outer (measurement) models are shown to be reliable and valid and the formative model is validated, attention shifts to the inner (structural) model. The first structural check is multicollinearity among predictor constructs, because structural path coefficients are estimated through ordinary least squares regressions of each endogenous construct on its predictors. Strong correlations among predictors can bias path estimates and standard errors, so VIF is used as the diagnostic. VIF values below the critical threshold (the example reports all values under 3) indicate collinearity is not a major concern, allowing interpretation to proceed. The next step after collinearity is to test structural relationships by assessing whether path coefficients are significant and relevant.

Why does multicollinearity matter specifically for structural model path coefficients in PLS-SEM?

Structural path coefficients are obtained by running a set of regression equations where each endogenous construct is regressed on its predictor constructs. When predictor constructs are highly correlated, the resulting point estimates and standard error estimates for the path coefficients can become biased. That means significance tests and effect sizes can be misleading if collinearity is ignored.

What diagnostic is used to detect multicollinearity in the structural model, and what thresholds are recommended?

Variance Inflation Factor (VIF) is used. The guidance given is that VIF values between 3 and 5 indicate no critical multicollinearity issues, while values greater than 5 suggest a collinearity problem. If VIF is too high, the recommended remedy is to create higher-order constructs to reduce overlap among predictors.

How does the example determine whether multicollinearity is a problem among antecedents?

It uses an existing summary object for the estimated model (summary_simple) and then extracts VIF values for the antecedents using the call summary_simple$VIF$antecedent. The reported VIF values are all below the threshold—specifically “less than three”—so multicollinearity among predictor constructs is concluded to be unlikely to be critical.

What comes immediately after the collinearity check in the structural model workflow?

After confirming that collinearity is not problematic, the workflow moves to assessing structural relationships. This means evaluating the path coefficients to determine whether relationships between constructs are statistically significant and substantively relevant.

Which structural model evaluation steps are deferred to later sessions?

Model explanatory power and predictive power, along with model comparisons, are mentioned as later steps. Model comparisons are noted as not relevant for every PLS-SEM analysis, and steps involving moderation and mediation are discussed before returning to the remaining structural evaluation steps.

Review Questions

  1. What regression-based mechanism makes multicollinearity capable of biasing structural path coefficients in PLS-SEM?
  2. How would you interpret a set of VIF values that are consistently above 5 in the structural model?
  3. After establishing measurement quality and passing the collinearity diagnostic, what is the next criterion used to evaluate the structural model?

Key Points

  1. 1

    Structural model assessment in PLS-SEM comes after confirming reliability and validity of the measurement (outer) models.

  2. 2

    Structural path coefficients are estimated via ordinary least squares regressions, so multicollinearity among predictors can bias estimates and standard errors.

  3. 3

    Variance Inflation Factor (VIF) is the primary diagnostic for multicollinearity in the structural model.

  4. 4

    VIF values between 3 and 5 are treated as not critically problematic, while values above 5 indicate a collinearity problem.

  5. 5

    When VIF indicates collinearity problems, creating higher-order constructs is recommended to reduce redundancy among predictors.

  6. 6

    If VIF values are low (the example reports all under 3), analysis can proceed to testing structural relationships for significance and relevance.

  7. 7

    Explanatory/predictive power and model comparisons are planned later, after moderation and mediation are addressed.

Highlights

Multicollinearity is checked first in the structural model because biased path coefficients can distort every later conclusion.
VIF is used as the structural collinearity diagnostic, with values above 5 flagged as a problem.
In the worked example, VIF values for antecedents are all below 3, supporting continuation to structural relationship testing.
Structural relationship evaluation focuses on whether path coefficients are significant and relevant after measurement quality is secured.

Topics

Mentioned

  • PLS-SEM
  • VIF
  • OLS