0todd0000 / spm1d

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

Comparison of multiple groups using spm1d #249

Closed TakumaInai closed 7 months ago

TakumaInai commented 1 year ago

Dear Dr. Todd,

I have a basic queation. Now, I want to compare waveforms in 3 conditions. For example, n = 28 Condition 1: Normal walking Condition 2: Slow walking Condition 3: Fast walking Variable: Knee sagittal joint angles (one gait cycle)

Can I use spm1d to compare the knee sagittal joint angle waveforms between 3 conditions? If it is possible, would you tell me how to conduct it?

Sincerely yours, Takuma Inai AIST

0todd0000 commented 1 year ago

Hello Takuma, Yes, spm1d can be used to compare three conditions. It sounds like the appropriate function is one of the following:

Here are links to examples:

Press "Source code" at the links above to download full scripts.