Filter löschen
Filter löschen

Performing a factorial repeated measures ANOVA

5 Ansichten (letzte 30 Tage)
Jake
Jake am 27 Jul. 2023
Kommentiert: Jake am 11 Aug. 2023
Hi,
I have the following data and would like clarity on the correct MATLAB function to use.
I have n amount of participants in one single group.
These n people perform 6 different tasks.
I have 3 dependent measurements (metric 1, metric 2, metric 3) for which I want to see if each metric various across the 6 different tasks.
I do not want to analyse the differences in metric 1, 2 and 3). I.e. each metric can be statistically analysed seperately to each other.
Thanks in advance.

Akzeptierte Antwort

Debadipto
Debadipto am 10 Aug. 2023
Hello @Jake,
I understand that you are seeking clarification on the appropriate MATLAB function to analyse the metric variation across the tasks.
This can be done using a Repeated Measures ANOVA test, i.e., a test for the differences in variance across matched samples in multiple groups of data. Here the groups are the tasks, and the matching is between the participants (i.e., the groups are not comprised of independent data, so a normal ANOVA test is insufficient). You should perform one of these for each metric.
Here is the MATLAB documentation for that:
  1 Kommentar
Jake
Jake am 11 Aug. 2023
Thank you - that's a great help.
To expand on this, are you able to guide me to any scripting that accesses whether the data is parametric or non parametric for this type of analysis?
Best wishes,
Jake

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Produkte


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by