How to perform a ttest assuming all values together?

조회 수: 1 (최근 30일)
sam
sam 2015년 5월 21일
편집: Thorsten 2015년 5월 22일
I have recorded the heart rate of 7 individuals walking up and down a stairs. I was wondering how I can carry out a ttest on matlab assuming the heart rate values of ALL together, to get one P value and one t value at the end.

답변 (1개)

Thorsten
Thorsten 2015년 5월 21일
You have to use anova1 if you have more than two samples.
  댓글 수: 2
sam
sam 2015년 5월 21일
so is it simply, [p,tbl] = anova1(ECG_stairs), assuming ECG_stairs is the data
Thorsten
Thorsten 2015년 5월 22일
편집: Thorsten 2015년 5월 22일
Yes, if each column contains the heart rates for an observer.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 ECG / EKG에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by