Info
この質問は閉じられています。 編集または回答するには再度開いてください。
How to calculate intrapair differences?
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
I've got a 12 pairs of twins. Twin 1 has a specific score on a task, and twin 2 has a specific score on the same task. I want to calculate the intrapair differences voor these 12 pairs. How do i do this? (see picture)
0 件のコメント
回答 (2 件)
Image Analyst
2015 年 6 月 19 日
Can't you just subtract the two arrays?
diffs = twin1-twin2;
or am I missing something? Surely it can't be that trivial. Did you leave something out?
0 件のコメント
Star Strider
2015 年 6 月 19 日
You have an unpaired design, so you have to use the appropriate statistical test. (I did not enter your data, so I have done no calculations on them and do not know if they are normally distributed.)
If they are normally distributed, you can use an unpaired t-test. If they are not, use a Wilcoxon rank-sum test.
0 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!