Hi guys,
Is there anything obviously wrong with this 3dMEMA command?
3dMEMA -jobs 1
-prefix test_mema_out
-set TEST
1 1_coef+tlrc 1_tstat+tlrc
2 2_coef+tlrc 2_tstat+tlrc
4 4_coef+tlrc 4_tstat+tlrc
-missing_data 0 -residual_Z
(It’s a test case I created to debug. I don’t actually have only 3 subjects for my analysis.)
That command continues to generate this message:
Warning in MEMA.parse.set(lop, ops[[i]]) :
Length of op must be 3*N+1
Make sure what follows -set is of the form:
-set SETNAME , …
What I have is: TEST 1 1_coef+tlrc 1_tstat+tlrc 2 2_coef+tlrc 2_tstat+tlrc 4 4_coef+tlrc 4_tstat+tlrc -missing_data 0
Warning in read.MEMA.opts.batch(args, verb = 0) :
You must have either one or two groups
Error: Error parsing input
Execution halted
I’m not seeing how “What I have” does not agree with “Make sure what follows -set is of the form”
Thanks