I am looking for some advice to modeling the ANOVA (i.e. 3dANOVA3) in appropriate way.
(Before starting… I’m just a beginner in AFNI… so there could be many mistakes, issues, etc. on understanding of the function…)
In short, there are three factors in my data: factor1[fixed] - types (E, S) / factor2[fixed] - conditions (A, S) / factor3[random] - subjects (total 5; s01 ~ 05)
…
…factor1 types (E, S)
…factor2…
…EA (s01 ~ 05)…
conditions
----------------------------
…(A, S)…
…RA (s01 ~ 05)…
The things that I wanted to measure are, 1) main-effect of type, 2) main-effect of condition, and 3) interaction between type and condition.
Thus, I thought that I need to use 3dANOVA3, and the below is the one which I wrote to use.
However, I’m not sure, that it is correct to use.
Also, when I tried to find other methods, I could find ‘3dMEMA’, but still… I’m not sure which function is correct to use.
Thus, may I ask you,
whether the code is correct to use, relating to the point that I wanted to find.
whether it is correct function to use (is there any other options?).
Thank you for the comments.
Actually, there are 20 subjects in my data, and I tried to conduct the 3dANOVA3.
However, I had an issue in the “-bucket”, and below is the script which I used.
You are missing a line continuation character
at the end of the prior line. So the shell thinks
“-bucket” is supposed to be the start of a new
command (and 3dANOVA3 does not see that
option).
Thank you for the comment!
Even I checked the script more than three times, I didn’t realize that I missed the '' at the end of the prior line…
Thanks!
DaWoon
The
National Institute of Mental Health (NIMH) is part of the National Institutes of
Health (NIH), a component of the U.S. Department of Health and Human
Services.