0todd0000 / spm1d

One-Dimensional Statistical Parametric Mapping in Python
GNU General Public License v3.0
61 stars 21 forks source link

Two within-subjects factors repeated measures ANOVA #242

Closed meteor77 closed 10 months ago

meteor77 commented 1 year ago

Hello,

I was looking to perform a two within-subjects factor repeated measures ANOVA however in the MATLAB repository files I did not find any examples. Have I missed it or is it that you don't have them?

Shahab

0todd0000 commented 1 year ago

Hi Shahab,

The relevant procedure is spm1d.stats.anova2rm. Please find example scripts here:

0D data: ./spm1d/examples/stats0d/ex_anova2rm.m

1D data: ./spm1d/examples/stats1d/ex1d_anova2rm.m