| Literature DB >> 25484472 |
Abstract
Previous research suggests that simple structure CFAs of Big Five personality measures fail to accurately reflect the scale's complex factorial structure, whereas EFAs generally perform better. Another strand of research suggests that acquiescence or uniform response bias masks the scale's "true" factorial structure. Random Intercept EFA (RI-EFA) captures acquiescence as well as the complex item-factor structure typical for personality measures. It is applied to the NEO-FFI and the BFI scale to test whether an accurate model-to-data fit can be achieved and whether the "clarity" of the factorial structure improves. The results lend confidence in the general effectiveness of RI-EFA whenever acquiescence bias is an issue. Example Mplus code is provided for replication.Entities:
Keywords: Acquiescence; BFI; Big Five; ESEM; Factor analysis; NEO-FFI; Simple structure
Year: 2014 PMID: 25484472 PMCID: PMC4251787 DOI: 10.1016/j.jrp.2014.07.001
Source DB: PubMed Journal: J Res Pers ISSN: 0092-6566
Summary of goodness-of-fit indices for different modeling approaches.
| Measure | Method | Model | d.f. | CFI | TLI | RMSEA | BIC | ||
|---|---|---|---|---|---|---|---|---|---|
| NEO-FFI ( | CFA | 12,526 | 1,700 | <.01 | .661 | .647 | .051 | 392,714 | |
| MLR | EFA | 4,716 | 1,480 | <.01 | .899 | .879 | .030 | 385,128 | |
| RI-EFA | 4,273 | 1,479 | <.01 | .913 | .895 | .028 | 384,607 | ||
| CFA | 24,644 | 1,700 | <.01 | .683 | .670 | .075 | n.a. | ||
| WLSMV | EFA | 5,907 | 1,480 | <.01 | .939 | .927 | .035 | n.a. | |
| RI-EFA | 5,078 | 1,479 | <.01 | .950 | .940 | .032 | n.a. | ||
| BFI ( | CFA | 7,074 | 892 | <.01 | .640 | .618 | .070 | 165,411 | |
| MLR | EFA | 2,404 | 736 | <.01 | .903 | .875 | .040 | 160,651 | |
| RI-EFA | 1,787 | 735 | <.01 | .939 | .921 | .032 | 159,896 | ||
| CFA | 13,807 | 892 | <.01 | .656 | .635 | .101 | n.a. | ||
| WLSMV | EFA | 3,470 | 736 | <.01 | .927 | .906 | .051 | n.a. | |
| RI-EFA | 2,302 | 735 | <.01 | .958 | .946 | .039 | n.a. | ||
Note: A five-factor solution was hypothesized in all cases. EFA solutions use Quartimin rotation. All models converged. n.a. = not available. No post-stratification weights were applied. Sample size n refers to listwise deletion.
Estimates of factor loading matrix congruence to perfect simple structure.
| Measure | Model | Total sample | Low/high education |
|---|---|---|---|
| NEO-FFI | EFA | .78 | .73/.77 |
| RI-EFA | .84 | .78/.83 | |
| .06 | .05/.06 | ||
| 2411 | 1095/491 | ||
| BFI | EFA | .73 | .71/.81 |
| RI-EFA | .90 | .86/.90 | |
| .17 | .15/.09 | ||
| 1428 | 677/290 | ||
Note: A five-factor solution was hypothesized in all cases. Entries indicate congruence coefficient c for the MLR Quartimin rotated solution. Sample size n refers to listwise deletion.
| Variable: |
| NAMES = item1-item60; ! Example for 60-item NEO-FFI |
| !CATEGORICAL = item1-item60; ! optional |
| Analysis: |
| ESTIMATOR = MLR; ! Choose estimator: MLR, WLSMV, etc. |
| ROTATION = QUARTIMIN; ! Select rotation criterion |
| Model: |
| F1-F5 BY item1-item60 (*L); ! Define 5-factor Lambda matrix |
| RI BY item1-item60@1; ! Define RI/ARS factor loadings |
| RI WITH F1-F5@0; ! RI/ARS is orthogonal |
| Output: |
| STDYX; ! Compute fully standardized factor loadings |