0todd0000 / spm1d

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

Data template #72

Closed gabrielmoisan closed 6 years ago

gabrielmoisan commented 6 years ago

Dr Pataky, I am currently trying to analyze data in Python using SPM1D. However, I think my dataset are not in the right format. I used MatLab to reorganize the data before loading them in Python. Is it possible for you to send a template of data that I could use to guide me. I am trying to do a 2x2 repeated measures ANOVA. Thank you for your time, Gabriel Moisan Université du Québec à Trois-Rivières, Canada

m-a-robinson commented 6 years ago

Hello Gabriel,

This document may be of use to describe general formatting for SPM analysis. Also this previous issue is related to your question.
Another good way of judging appropriate data structuring is to run the example script e.g. spm1d.stats.anova2rm and to look at the structure of the variables in there.

Hopefully one or a combination of those sources will solve your problem.

Regards Mark

gabrielmoisan commented 6 years ago

Hello Mark, Thank you for your time. I think this will solve my problem. I'll keep you posted if it does not work. Gabriel