Filter löschen
Filter löschen

How to perform a ttest assuming all values together?

2 Ansichten (letzte 30 Tage)
sam
sam am 21 Mai 2015
Bearbeitet: Thorsten am 22 Mai 2015
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.

Antworten (1)

Thorsten
Thorsten am 21 Mai 2015
You have to use anova1 if you have more than two samples.
  2 Kommentare
sam
sam am 21 Mai 2015
so is it simply, [p,tbl] = anova1(ECG_stairs), assuming ECG_stairs is the data
Thorsten
Thorsten am 22 Mai 2015
Bearbeitet: Thorsten am 22 Mai 2015
Yes, if each column contains the heart rates for an observer.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu ECG / EKG finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by