History of AFNI updates  

|
September 03, 2014 05:51PM
I am for the first time trying to use 3dMVM and to get started, asking for only a few factors to be analyzed. I cannot figure out how to get past this error message:

Error in parse(text = x) : <text>:1:9: unexpected symbol
1: Beta ~ 2Group
^
Calls: as.formula ... formula -> formula.character -> formula -> eval -> parse
Execution halted



This is my script (truncated to spare you):

3dMVM -prefix Motion -jobs 1 \
-bsVars 2Group \
-wsVars Difficulty \
-SC \
-wsE2 \
-wsMVT \
-num_glt 7 \
-gltLabel 1 Gp_at_easy -gltCode 1 '2Group : 1*Pt -1*Ctl Difficulty : 1*Easy' \
-gltLabel 2 Gp_at_med -gltCode 2 '2Group : 1*Pt -1*Ctl Difficulty : 1*Medium' \
-gltLabel 3 Gp_at_hard -gltCode 3 '2Group : 1*Pt -1*Ctl Difficulty : 1*Hard' \
-gltLabel 4 Ctl_EvM -gltCode 4 'Difficulty : 1*Easy -1*Medium 2Group : 1*Ctl' \
-gltLabel 5 Ctl_MvH -gltCode 5 'Difficulty : 1*Medium -1*Hard 2Group : 1*Ctl' \
-gltLabel 6 Pt_EvM -gltCode 6 'Difficulty : 1*Easy -1*Medium 2Group : 1*Pt' \
-gltLabel 7 Pt_MvH -gltCode 7 'Difficulty : 1*Medium -1*Hard 2Group : 1*Ctl' \
-dataTable \
Subj 2Group 3Group Time Task Difficulty InputFile \
TEA001 Pt Acute BL Motion Easy ../TEA_001/TEA001.m.results/stats.TEA001.m+tlrc'[1]' \
TEA001 Pt Acute BL Motion Medium ../TEA_001/TEA001.m.results/stats.TEA001.m+tlrc'[7]' \
TEA001 Pt Acute BL Motion Hard ../TEA_001/TEA001.m.results/stats.TEA001.m+tlrc'[4]' \
TEA002 Pt Acute BL Motion Easy ../TEA_002/TEA002.m.results/stats.TEA002.m+tlrc'[1]' \
TEA002 Pt Acute BL Motion Medium ../TEA_002/TEA002.m.results/stats.TEA002.m+tlrc'[7]' \
TEA002 Pt Acute BL Motion Hard ../TEA_002/TEA002.m.results/stats.TEA002.m+tlrc'[4]' \
Subject Author Posted

3dMVM error help

skeedy September 03, 2014 05:51PM

Re: 3dMVM error help

tross September 04, 2014 10:12AM

Re: 3dMVM error help

norrismm September 05, 2014 09:54AM

Re: 3dMVM error help

skeedy September 06, 2014 12:29AM