How to perform a ttest assuming all values together?

1 visualización (últimos 30 días)
sam
sam el 21 de Mayo de 2015
Editada: Thorsten el 22 de Mayo de 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.

Respuestas (1)

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

Iniciar sesión para comentar.

Categorías

Más información sobre ECG / EKG en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by