Differences between revisions 2 and 3
Revision 2 as of 2025-04-04 13:06:00
Size: 1678
Comment: Details
Revision 3 as of 2025-04-04 13:32:01
Size: 1818
Comment: Link
Deletions are marked like this. Additions are marked like this.
Line 34: Line 34:
See [[https://www.youtube.com/watch?v=NOWdrfQVWAI&t=2045s]] for an demonstration of why assumptions are required, and how many are needed.

Structural Equation Modeling

Structural equation modeling (SEM) is a modeling framework that makes use of multiple prediction equations. It is also also known as covariance structure analysis, analysis of moment structures, or analysis of linear structural relationships.


Description

SEM is used for measurement error adjustment.

The first component is the measurement model, which is essentially a CFA. Terminology is also common between the two, e.g. factors, factor loadings, indicators, and so on. The most important distinction is that a causal direction is assumed; note the arrows below:

path.png

This is equivalent to a formulation like:

  • X = α1 + β1x1 + e1

  • X = α2 + β2x2 + e2

  • X = α3 + β3x3 + e3

The second component is the structural model which specifies the mediation relationship of the latent factors. If a factor is predicted by other variables in the system, it is endogenous; otherwise it is exogenous.

The simplest formulation of a structural model might be Y = αY + βYX + eY, but...

  • there can be multiple predictive factors, e.g. Y ~ X + Z

  • the outcome can itself have a measurement model, e.g. Y ~= y1 + y2 + y3

Most model estimation strategies require assuming:

  1. a uniform variance for the outcome construct's error, i.e. e,,Y,,.

  2. a uniform variance for the latent constructs, e.g. X

See https://www.youtube.com/watch?v=NOWdrfQVWAI&t=2045s for an demonstration of why assumptions are required, and how many are needed.


CategoryRicottone

Statistics/StructuralEquationModeling (last edited 2025-04-04 13:32:01 by DominicRicottone)