History of AFNI updates  

|
June 02, 2022 01:29PM
> -bsVars 'condition*age+sex' \
> -wsVars 'contrasts'\
> -qVars 'age,motion' \

You didn't specify the variable 'motion' in the first two lines above. Maybe try the following

-bsVars 'condition*age+sex+motion' \
-wsVars 'contrasts'\
-qVars 'age,motion' \

Gang
Subject Author Posted

Error: $ operator is invalid for atomic vectors

MikeyMalina June 01, 2022 02:49PM

Re: Error: $ operator is invalid for atomic vectors

gang June 02, 2022 01:29PM

Re: Error: $ operator is invalid for atomic vectors

MikeyMalina June 02, 2022 04:41PM

Re: Error: $ operator is invalid for atomic vectors

gang June 05, 2022 02:15PM