Skip to content

Commit 80e086e

Browse files
20241224 - comparison table of measurement models
1 parent 315399e commit 80e086e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

15-Factor-Analysis-PCA.Rmd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,16 @@ A mean or sum score is a [measurement model](#measurementModel-sem) that assumes
588588
Another solution is to form a linear composite by adding and weighting the variables by the factor loadings, which retains the differences in correlations (i.e., a weighted sum), but this still ignores the estimated error, so it still may not be generalizable and meaningful.\index{factor analysis!decisions}\index{factor analysis}\index{principal component analysis}\index{linear composite}\index{measurement error}
589589
At the same time, weighted sums may be less generalizable than unit-weighted composites where each variable is given equal weight because some variability in factor loadings likely reflects sampling error.\index{factor analysis!decisions}\index{factor analysis}\index{principal component analysis}\index{linear composite}\index{structural equation modeling!factor loading}
590590

591+
A comparison of various measurement models is in Table \@ref(tab:measurementModelsComparison).\index{factor analysis}\index{principal component analysis}\index{structural equation modeling!measurement model}\index{linear composite}\index{measurement error}
592+
593+
Table: (\#tab:measurementModelsComparison) Comparison of Various Measurement Models. "PCA" = principal component analysis; "CFA" = confirmatory factor analysis; "EFA" = exploratory factor analysis; "SEM" = structural equation modeling; "IRT" = item response theory.
594+
595+
| Measurement Model | Items' Factor Loadings | Items' Residuals/Error |
596+
|-----------------------------------------------|-------------------------------|-------------------------------------------------------|
597+
| Mean/Sum Score | All are the same (fixed to 1) | Assumes items are measured without error (fixed to 0) |
598+
| PCA or Weighted Mean/Sum Score | Allowed to differ | Assumes items are measured without error (fixed to 0) |
599+
| Latent Variable Modeling (CFA, EFA, SEM, IRT) | Allowed to differ | Estimates error for each item |
600+
591601
### Missing Data Handling {#missingDataHandling-factorAnalysis}
592602

593603
The [PCA](#pca) default in SPSS is listwise deletion of missing data: if a participant is missing data on any variable, the subject gets excluded from the analysis, so you might end up with too few participants.\index{factor analysis!decisions}\index{principal component analysis}

0 commit comments

Comments
 (0)