Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

How to do a PostHoc analysis after RMAOV1 ?

2 views (last 30 days)
Ahmet YALCIN
Ahmet YALCIN on 22 Nov 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
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)

Community Treasure Hunt

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

Start Hunting!