Performing a factorial repeated measures ANOVA

5 次查看(过去 30 天)
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.

采纳的回答

Debadipto
Debadipto 2023-8-10
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 个评论
Jake
Jake 2023-8-11
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

请先登录,再进行评论。

更多回答(0 个)

产品


版本

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by