r_test_paired

버전 1.1.0.0 (2.4 KB) 작성자: David Groppe
Tests hypothesis that 2 variables are equally correlated with a 3rd if values from all 3 are paired
다운로드 수: 612
업데이트 날짜: 2010/3/22

라이선스 보기

This simple function tests the null hypothesis that two variables are equally linearly correlated with a third variable when all three sets of observations were derived from the same "individuals" (i.e., a repeated measures/paired observations design). The test uses a t-distribution and was taken from:
Williams, E. J. (1959) The comparison of regression variables. Journal of the Royal Statistical Society: Series B, 21, 396-399.

It is one of the tests recommended for this situation by:
Steiger, J. H. (1980) Tests for comparing elements of a correlation matrix. Psychological Bulletin. 87(2), 245-251.

This function relies upon the MATLAB functions corr.m and cdf.m.

인용 양식

David Groppe (2024). r_test_paired (https://www.mathworks.com/matlabcentral/fileexchange/25984-r_test_paired), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

Typo fixed in function description.

1.0.0.0