kmo and Bartlett's test of sphericity in factor analysis
Version 1.0.0 (1,66 ko) par
qqffssxx
Using MATLAB's statistical and machine learning toolbox to calculate kmo and Bartlett's test of sphericity in factor analysis
Using MATLAB's statistical and machine learning toolbox to calculate kmo and Bartlett's test of sphericity in factor analysis:
Generate a set of random numbers to test these two functions:
x1 = rand(100,4);
qf_kmo(x1)
qf_bartlett(x1)
==============================
KMO: 0.49596
==============================
==============================
Bartlett's test of sphericity
Chi-square statistic: 5.4061
Degrees of freedom: 6
P-value: 0.49288
==============================
For a group of identical data tests, the results obtained by these two functions are exactly the same as those reported by the SPSS software.
Citation pour cette source
qqffssxx (2025). kmo and Bartlett's test of sphericity in factor analysis (https://www.mathworks.com/matlabcentral/fileexchange/126744-kmo-and-bartlett-s-test-of-sphericity-in-factor-analysis), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2020a
Compatible avec les versions R2010b et ultérieures
Plateformes compatibles
Windows macOS LinuxTags
Remerciements
Inspiré par : kmo
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
1.0.0 |