Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
This function calculates the Cronbach's alpha by quantitative answers of a questionnaire. The questionnaire's answers have to be a 2-dimensional matrix, which is the only function's input. If the result is greater than 0.8 then the answers are considered reliable. If the score is below 0.2 then the answers are not reliable at all. Note that a negative score (which may occur for statistical reasons) indicates that the answers are completely random.
Example:
X=randn(20,7);
a=cronbach(X);
Zitieren als
Alexandros Leontitsis (2026). Cronbach's Alpha (https://de.mathworks.com/matlabcentral/fileexchange/7829-cronbach-s-alpha), MATLAB Central File Exchange. Abgerufen .
Allgemeine Informationen
- Version 1.0.0.0 (619 Bytes)
-
Keine Lizenz
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.0.0.0 |
