Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to calculate intrapair differences?

조회 수: 1 (최근 30일)
Sam
Sam 2015년 6월 19일
마감: MATLAB Answer Bot 2021년 8월 20일
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)

답변 (2개)

Image Analyst
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?

Star Strider
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.

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by