Yggdrasil
MCP ServersMCP 伺服器 SKILLs技能 PlugIns解決方案 Asgard AI SolutionAsgard AI 方案 Submit Listing申請上架 GitHub
S

SEM 結構方程模型 結構方程模型 SEM

Released已發布
theory theory

Apply Structural Equation Modeling (SEM) to test hypothesized causal structures by combining measurement models (CFA) and structural models (path analysis). Use this skill when the user needs to validate latent constructs, test mediation or moderation paths, assess model fit with CFI/TLI/RMSEA/SRMR, or when they ask 'do these variables form a causal chain', 'how do I test my theoretical model', or 'is my measurement model valid'.

學術研究技能:SEM 結構方程模型 分析與應用。

View on GitHub在 GitHub 查看

Overview概述

Structural Equation Modeling (SEM) simultaneously estimates measurement models (how observed indicators map to latent constructs) and structural models (directional paths among constructs). It integrates confirmatory factor analysis with path analysis to test whether empirical data are consistent with a hypothesized theoretical structure.

When to Use使用時機

  • Testing a full theoretical model with latent constructs and directional paths
  • Evaluating mediation chains (X → M → Y) with multiple mediators
  • Assessing whether survey items adequately reflect their intended constructs (CFA)
  • Comparing alternative theoretical models on the same data

When NOT to Use不適用時機

  • Sample size below 200 (or below 10 cases per estimated parameter)
  • Exploratory research with no a priori theoretical model
  • All variables are observed and model is a simple regression
  • Data are severely non-normal and you lack robust estimators

Assumptions前提假設

IRON LAW: SEM does NOT prove causation — it tests whether data is CONSISTENT
with a hypothesized causal structure. Good fit does NOT mean the model is
correct; it means the model cannot be rejected.

Key assumptions:

  1. Correct model specification — omitted paths or constructs bias estimates
  2. Multivariate normality for ML estimation (or use robust estimators)
  3. Sufficiently large sample size (N ≥ 200 as rule of thumb)
  4. No excessive multicollinearity among indicators

Framework 框架

Step 1 — Specify the Measurement Model

Define latent constructs and their observed indicators. Run CFA to confirm factor loadings, assess convergent validity (AVE ≥ 0.50), and discriminant validity.

Step 2 — Assess Measurement Model Fit

Evaluate fit indices: CFI ≥ 0.90, TLI ≥ 0.90, RMSEA ≤ 0.08, SRMR ≤ 0.08. Examine modification indices cautiously — only respecify with theoretical justification.

Step 3 — Specify and Estimate the Structural Model

Add directional paths among latent constructs based on theory. Estimate path coefficients and their significance. Compare nested models using chi-square difference test.

Step 4 — Report and Interpret

Report standardized path coefficients, R² for endogenous constructs, and overall fit. Discuss indirect effects if mediation is hypothesized. See references/estimation.md for mathematical notation and estimation details.

Output Format輸出格式

Gotchas注意事項

  • Equivalent models with identical fit but different causal directions always exist — SEM cannot distinguish them
  • Modification indices tempt data-driven respecification that capitalizes on chance
  • Parceling items masks misspecification in the measurement model
  • Chi-square test is overly sensitive with N > 500; rely on approximate fit indices
  • Non-normal data require MLR or bootstrapping, not default ML
  • Reporting only significant paths without the full hypothesized model is selective reporting

References參考資料

  • Kline, R. B. (2016). Principles and Practice of Structural Equation Modeling (4th ed.). Guilford Press.
  • Hu, L., & Bentler, P. M. (1999). Cutoff criteria for fit indexes. Structural Equation Modeling, 6(1), 1-55.
  • Anderson, J. C., & Gerbing, D. W. (1988). Structural equation modeling in practice. Psychological Bulletin, 103(3), 411-423.

Tags標籤

SEMstructural-equation-modelingCFApath-analysis