AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
February 28, 2018 02:13AM
According to the documentation you get interactions between the factors listed in -bsVars and -wsVars. That explains why I got the the interaction between AUQ1 and Stim. But to get the interaction between the two -bsVars" Treatment and AUQ1" the documentation sais that i should use colon : and not asterisk *. Asterisk meant A+B+A:B. So should it be:



1).   (original version)
3dMVM -prefix covariates -dataTable @table_plus_covariates.txt -jobs 10 \
-mask mask+tlrc \
-bsVars "Treatment+AUQ1" \
-qVars "AUQ1" \
-wsVars Stim \
.... + glt

2).   (using colon)
3dMVM -prefix covariates -dataTable @table_plus_covariates.txt -jobs 10 \
-mask mask+tlrc \
-bsVars "Treatment:AUQ1" \
-qVars "AUQ1" \
-wsVars Stim \
.... + glt

3).   (using *)
3dMVM -prefix covariates -dataTable @table_plus_covariates.txt -jobs 10 \
-mask mask+tlrc \
-bsVars "Treatment*AUQ1" \
-qVars "AUQ1" \
-wsVars Stim \
.... + glt

If I add more covariates (and the end goal is their main effects and their interactions with Treatment and Stim, how is that done?

Like this?
3).   (using *)
3dMVM -prefix covariates -dataTable @table_plus_covariates.txt -jobs 10 \
-mask mask+tlrc \
-bsVars "Treatment*AUQ1*AUQ2*AUQ3" \
-qVars "AUQ1" \
-wsVars Stim \
.... + glt
or
3).   (using *)
3dMVM -prefix covariates -dataTable @table_plus_covariates.txt -jobs 10 \
-mask mask+tlrc \
-bsVars "Treatment:AUQ1:AUQ2:AUQ3" \
-qVars "AUQ1" \
-wsVars Stim \
.... + glt

Sorry for these questions but I'm having some trouble understanding the documentation.
Subject Author Posted

3dMVM -qVars

Robin February 27, 2018 04:47AM

Re: 3dMVM -qVars

gang February 27, 2018 01:30PM

Re: 3dMVM -qVars

Robin February 27, 2018 05:01PM

Re: 3dMVM -qVars

Robin February 28, 2018 02:13AM

Re: 3dMVM -qVars

gang February 28, 2018 03:36PM

Re: 3dMVM -qVars

Robin February 28, 2018 05:29PM

Re: 3dMVM -qVars

gang March 01, 2018 02:02PM

Re: 3dMVM -qVars

Robin March 01, 2018 02:10PM

Re: 3dMVM -qVars

Robin May 14, 2018 10:12AM

Re: 3dMVM -qVars

gang May 14, 2018 01:45PM

Re: 3dMVM -qVars

Robin May 15, 2018 02:45AM

Re: 3dMVM -qVars

gang May 15, 2018 01:27PM

Re: 3dMVM -qVars

Robin May 15, 2018 06:38PM

Re: 3dMVM -qVars

gang May 16, 2018 10:27AM

Re: 3dMVM -qVars

Robin May 18, 2018 08:39AM

Re: 3dMVM -qVars

gang May 18, 2018 01:49PM

Re: 3dMVM -qVars

Robin May 18, 2018 04:11PM

Re: 3dMVM -qVars

gang May 21, 2018 04:17PM