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.0 次下载
更新时间 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