How to do a PostHoc analysis after RMAOV1 ?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
I am using the RMAOV1 (repeated measures one-way one-factorial ANOVA), of Professor Antonio Trujillo-Ortiz: function [RMAOV1] = RMAOV1(X,alpha).
It works well; however if I want to do a PostHoc analysis applying the MATLAB function "multcompare", I need the input parameter "stats" to be provided somehow in order to call the c = multcompare(stats).
The RMAOV1 does not return it; and I cannot use MATLAB's "anova1" (which would return it).
Any idea how to do a post hoc in MATLAB after RMAOV1?
Thanks
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!