Cronbach's Alpha

버전 1.0.0.0 (619 Bytes) 작성자: Alexandros Leontitsis
Cronbach's alpha calculation.
다운로드 수: 4.8K
업데이트 날짜: 2005/6/13

라이선스 없음

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);

인용 양식

Alexandros Leontitsis (2024). Cronbach's Alpha (https://www.mathworks.com/matlabcentral/fileexchange/7829-cronbach-s-alpha), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14SP1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Behavior and Psychophysics에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0