Two-Way repeated Measures Anova: Pairwise comparison of multiple factor levels using Multcompar
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I came across this example of Matlab Doc and was wondering about following.
Assuming, I have a repeated measures anova with two independent variables which have 3 factor levels. Now I would like to conduct a posthoc comparing each level against each other like so
T = multcompare(R,'Group','By','Gender')
I can see, that there is a significant difference between A and B. but how can I find out which one of these two facator levels is the one that is better? I mean, in a real life setting, the goal would be to say "treatment A is better than C for females". for example.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/641195/image.png)
Thank you for your help!
0 Commenti
Risposte (1)
Jeff Miller
il 4 Giu 2021
Go back to the original data and compute the means for each group of interest, so you can compare which group mean is higher.
0 Commenti
Vedere anche
Categorie
Scopri di più su ANOVA in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!