How to do an unpaired t-test?

58 visualizaciones (últimos 30 días)
rtn
rtn el 10 de Mayo de 2020
Respondida: Jeff Miller el 11 de Mayo de 2020
I have data that changes gradually across 120 trials. I would like to do an unpaired t-test to see if the first 5 trials are significantly different from the last 5 trials across all my subjects. Should I use ttest2 for this?
  1 comentario
Star Strider
Star Strider el 10 de Mayo de 2020
Another option for unpaired tests is the ranksum function.

Iniciar sesión para comentar.

Respuesta aceptada

Jeff Miller
Jeff Miller el 11 de Mayo de 2020
I'm guessing you have some kind of numerical score in each of 120 trials for each of (say) 30 subjects and you want to know if the scores tend to be higher vs lower in the first 5 trials than in the last 5 trials.
If that's right, then the answer is no, don't use ttest2. Instead, compute two averages for each subject--one average of the first 5 trials and one average of the last 5 trials. Then, use ttest to do a paired t-test comparing the first-5 and last-5 averages.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by