Effacer les filtres
Effacer les filtres

Performing a factorial repeated measures ANOVA

9 vues (au cours des 30 derniers jours)
Jake
Jake le 27 Juil 2023
Commenté : Jake le 11 Août 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.

Réponse acceptée

Debadipto
Debadipto le 10 Août 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 commentaire
Jake
Jake le 11 Août 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

Connectez-vous pour commenter.

Plus de réponses (0)

Produits


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by