Latent variables (LVs)
The constructs you actually care about - customer satisfaction, trust, perceived usefulness. Cannot be measured directly.
Partial Least Squares Structural Equation Modeling is a variance-based method for estimating models with latent constructs - things you cannot measure directly, only through observable indicators. This page explains what PLS-SEM is, when to use it, and how it differs from covariance-based SEM.
Some things researchers care about - customer satisfaction, brand trust, intention to use a technology - can't be measured with a single number. There is no "satisfaction meter" you can put on someone. So researchers ask several survey questions that circle around the concept ("I'm satisfied with X", "I'd recommend X", "X met my expectations") and use those answers as clues to what's going on underneath.
PLS-SEM is the math that turns those clues into a testable model. It asks: does satisfaction actually cause loyalty, and if so how strongly? It gives you numbers you can report - for example, "a 1-point increase in satisfaction corresponds to a 0.6-point increase in loyalty, and this effect is statistically reliable". Marketing researchers, HR researchers, information-systems researchers, health-services researchers use it every day.
The constructs you actually care about - customer satisfaction, trust, perceived usefulness. Cannot be measured directly.
Observable dataset columns that stand in for each latent construct - survey items, ratings, sensor readings.
How the indicators relate to their latent variable. Reflective (LV causes indicators, e.g. satisfaction → sat1..sat4) or formative (indicators cause the LV, e.g. income + education → SES).
The hypothesized relationships between latent variables. These are the causal paths you are testing.
Reviewers expect the following criteria to be reported for a defensible PLS-SEM analysis.
PLS-SEM is not a strict substitute for covariance-based SEM (CB-SEM). Both are structural equation modeling techniques but they optimize for different goals.
| Aspect | PLS-SEM | CB-SEM |
|---|---|---|
| Estimation goal | Prediction, exploration | Confirmation of established theory |
| Assumptions | No distributional requirements | Multivariate normality |
| Sample size | Works with small samples (n < 100 possible) | Typically n ≥ 200 |
| Formative indicators | Native support | Awkward, requires workarounds |
| Model complexity | Handles complex models with many LVs and paths well | Struggles with high complexity |
| Fit indices | SRMR, dULS, dG | χ², CFI, TLI, RMSEA (comprehensive) |
| Popular tools | OpenPLS, SmartPLS, seminr, cSEM | lavaan, Mplus, AMOS, LISREL |
A customer-satisfaction study asks: does perceived quality drive satisfaction, and does satisfaction drive loyalty? Three latent variables (Quality, Satisfaction, Loyalty), each measured by 3-5 survey items on a 7-point Likert scale. Two hypothesized paths (Quality → Satisfaction, Satisfaction → Loyalty). PLS-SEM estimates the path coefficients, checks whether the indicators reliably measure each construct (via loadings and HTMT), and computes bootstrapped p-values for the two paths.
OpenPLS is an open-source PLS-SEM tool that runs entirely in the browser. Visual path-diagram editor, full quality-criteria panel, advanced methods (MGA, IPMA, PLSpredict, FIMIX). Validated against SmartPLS 4 in a published working paper.
The canonical practitioner reference is Hair, Hult, Ringle & Sarstedt (2021), A Primer on Partial Least Squares Structural Equation Modeling, 3rd ed. (Sage). For methodological guidance on when to use PLS-SEM vs alternatives, see Hair et al. (2019), When to use and how to report the results of PLS-SEM (European Business Review, 31(1), 2–24).