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  

|
July 10, 2019 06:59AM
Dear AFNI experts,

I'm having some issues with my 3dLME command and would be grateful for some guidance. The design has:
1 between-subject factor "Group" with two levels: "control", "patient"
1 within-subject factor "Category" with two levels: "shape", "iaps"
1 within-subject covariate "Corr"

When I run file_tool on the script I get 0 bad characters.
When I run the script I get the following output:

During startup - Warning message:
Setting LC_CTYPE failed, using "C"
Read 515 items
Error in if (len%%wd != 0) errex.AFNI(paste("The content under -dataTable is not rectangular !", :
argument is of length zero
Calls: process.LME.opts
Execution halted

This is the script:

3dLME -prefix LME_results -jobs 1 \
-model "Group*Category*Corr" \
-qVars "Corr" \
-ranEff '~1' \
-SS_type 3 \
-num_glt 4 \
-gltLabel 1 'Group' -gltCode 1 'Group: 1*control -1*patient' \
-gltLabel 2 'iaps_vs_shape' -gltCode 2 'Category: 1*iaps -1*shape' \
-gltLabel 3 'GroupXCategory' -gltCode 3 'Group: 1*control -1*patient Category: 1*iaps -1*shape' \
-gltLabel 4 'GroupXiapsXCorr' -gltCode 4 'Group: 1*control -1*patient Category: 1*iaps Corr :' \
-dataTable @do_LME_table.txt \
-mask singlesub/GM_resample+tlrc


And the associated table:

Subj Group Category Corr Inputfile
s02 control shape 0.66 singlesub/C_sub02.results/stats.C_sub02+tlrc[shape#0_Coef]
s03 control shape 0.16 singlesub/C_sub03.results/stats.C_sub03+tlrc[shape#0_Coef]
s05 control shape 0.34 singlesub/C_sub05.results/stats.C_sub05+tlrc[shape#0_Coef]
s06 control shape 0.94 singlesub/C_sub06.results/stats.C_sub06+tlrc[shape#0_Coef]
s07 control shape 0.28 singlesub/C_sub07.results/stats.C_sub07+tlrc[shape#0_Coef]
s08 control shape 0.46 singlesub/C_sub08.results/stats.C_sub08+tlrc[shape#0_Coef]
s09 control shape 1.86 singlesub/C_sub09.results/stats.C_sub09+tlrc[shape#0_Coef]
s11 control shape 1.05 singlesub/C_sub11.results/stats.C_sub11+tlrc[shape#0_Coef]
s12 control shape 1.28 singlesub/C_sub12.results/stats.C_sub12+tlrc[shape#0_Coef]
s13 control shape 0.08 singlesub/C_sub13.results/stats.C_sub13+tlrc[shape#0_Coef]
s14 control shape 0.51 singlesub/C_sub14.results/stats.C_sub14+tlrc[shape#0_Coef]
s15 control shape 0.24 singlesub/C_sub15.results/stats.C_sub15+tlrc[shape#0_Coef]
s17 control shape 0.83 singlesub/C_sub17.results/stats.C_sub17+tlrc[shape#0_Coef]
s18 control shape 0.18 singlesub/C_sub18.results/stats.C_sub18+tlrc[shape#0_Coef]
s19 control shape -0.50 singlesub/C_sub19.results/stats.C_sub19+tlrc[shape#0_Coef]
s20 control shape 0.12 singlesub/C_sub20.results/stats.C_sub20+tlrc[shape#0_Coef]
s21 control shape -0.09 singlesub/C_sub21.results/stats.C_sub21+tlrc[shape#0_Coef]
s22 control shape 0.44 singlesub/C_sub22.results/stats.C_sub22+tlrc[shape#0_Coef]
s23 control shape 0.11 singlesub/C_sub23.results/stats.C_sub23+tlrc[shape#0_Coef]
s24 control shape -0.08 singlesub/C_sub24.results/stats.C_sub24+tlrc[shape#0_Coef]
s26 control shape 0.34 singlesub/C_sub26.results/stats.C_sub26+tlrc[shape#0_Coef]
s27 control shape 0.24 singlesub/C_sub27.results/stats.C_sub27+tlrc[shape#0_Coef]
s28 control shape 0.81 singlesub/C_sub28.results/stats.C_sub28+tlrc[shape#0_Coef]
s29 control shape 1.08 singlesub/C_sub29.results/stats.C_sub29+tlrc[shape#0_Coef]
p01 patient shape 0.03 singlesub/P_sub01.results/stats.P_sub01+tlrc[shape#0_Coef]
p02 patient shape -0.26 singlesub/P_sub02.results/stats.P_sub02+tlrc[shape#0_Coef]
p03 patient shape 1.39 singlesub/P_sub03.results/stats.P_sub03+tlrc[shape#0_Coef]
p04 patient shape 1.58 singlesub/P_sub04.results/stats.P_sub04+tlrc[shape#0_Coef]
p05 patient shape 0.88 singlesub/P_sub05.results/stats.P_sub05+tlrc[shape#0_Coef]
p06 patient shape 0.53 singlesub/P_sub06.results/stats.P_sub06+tlrc[shape#0_Coef]
p07 patient shape 0.43 singlesub/P_sub07.results/stats.P_sub07+tlrc[shape#0_Coef]
p08 patient shape 2.27 singlesub/P_sub08.results/stats.P_sub08+tlrc[shape#0_Coef]
p09 patient shape 1.57 singlesub/P_sub09.results/stats.P_sub09+tlrc[shape#0_Coef]
p10 patient shape 0.22 singlesub/P_sub10.results/stats.P_sub10+tlrc[shape#0_Coef]
p11 patient shape -0.18 singlesub/P_sub11.results/stats.P_sub11+tlrc[shape#0_Coef]
p12 patient shape 0.09 singlesub/P_sub12.results/stats.P_sub12+tlrc[shape#0_Coef]
p13 patient shape 0.00 singlesub/P_sub13.results/stats.P_sub13+tlrc[shape#0_Coef]
p14 patient shape 0.38 singlesub/P_sub14.results/stats.P_sub14+tlrc[shape#0_Coef]
p15 patient shape 0.42 singlesub/P_sub15.results/stats.P_sub15+tlrc[shape#0_Coef]
p16 patient shape 1.65 singlesub/P_sub16.results/stats.P_sub16+tlrc[shape#0_Coef]
p17 patient shape 0.36 singlesub/P_sub17.results/stats.P_sub17+tlrc[shape#0_Coef]
p18 patient shape 0.13 singlesub/P_sub18.results/stats.P_sub18+tlrc[shape#0_Coef]
p19 patient shape 0.09 singlesub/P_sub19.results/stats.P_sub19+tlrc[shape#0_Coef]
p20 patient shape 0.08 singlesub/P_sub20.results/stats.P_sub20+tlrc[shape#0_Coef]
p21 patient shape 0.67 singlesub/P_sub21.results/stats.P_sub21+tlrc[shape#0_Coef]
p22 patient shape 0.19 singlesub/P_sub22.results/stats.P_sub22+tlrc[shape#0_Coef]
p23 patient shape 0.36 singlesub/P_sub23.results/stats.P_sub23+tlrc[shape#0_Coef]
p24 patient shape 0.03 singlesub/P_sub24.results/stats.P_sub24+tlrc[shape#0_Coef]
p25 patient shape 3.09 singlesub/P_sub25.results/stats.P_sub25+tlrc[shape#0_Coef]
p26 patient shape -0.65 singlesub/P_sub26.results/stats.P_sub26+tlrc[shape#0_Coef]
p27 patient shape 0.53 singlesub/P_sub27.results/stats.P_sub27+tlrc[shape#0_Coef]
s02 control iaps -0.01 singlesub/C_sub02.results/stats.C_sub02+tlrc[iaps#0_Coef]
s03 control iaps 0.54 singlesub/C_sub03.results/stats.C_sub03+tlrc[iaps#0_Coef]
s05 control iaps 0.80 singlesub/C_sub05.results/stats.C_sub05+tlrc[iaps#0_Coef]
s06 control iaps 2.51 singlesub/C_sub06.results/stats.C_sub06+tlrc[iaps#0_Coef]
s07 control iaps 0.38 singlesub/C_sub07.results/stats.C_sub07+tlrc[iaps#0_Coef]
s08 control iaps 0.45 singlesub/C_sub08.results/stats.C_sub08+tlrc[iaps#0_Coef]
s09 control iaps 0.70 singlesub/C_sub09.results/stats.C_sub09+tlrc[iaps#0_Coef]
s11 control iaps 0.64 singlesub/C_sub11.results/stats.C_sub11+tlrc[iaps#0_Coef]
s12 control iaps 0.51 singlesub/C_sub12.results/stats.C_sub12+tlrc[iaps#0_Coef]
s13 control iaps 0.20 singlesub/C_sub13.results/stats.C_sub13+tlrc[iaps#0_Coef]
s14 control iaps 1.33 singlesub/C_sub14.results/stats.C_sub14+tlrc[iaps#0_Coef]
s15 control iaps 0.45 singlesub/C_sub15.results/stats.C_sub15+tlrc[iaps#0_Coef]
s17 control iaps 0.90 singlesub/C_sub17.results/stats.C_sub17+tlrc[iaps#0_Coef]
s18 control iaps 0.71 singlesub/C_sub18.results/stats.C_sub18+tlrc[iaps#0_Coef]
s19 control iaps 2.52 singlesub/C_sub19.results/stats.C_sub19+tlrc[iaps#0_Coef]
s20 control iaps -0.19 singlesub/C_sub20.results/stats.C_sub20+tlrc[iaps#0_Coef]
s21 control iaps -0.01 singlesub/C_sub21.results/stats.C_sub21+tlrc[iaps#0_Coef]
s22 control iaps 0.87 singlesub/C_sub22.results/stats.C_sub22+tlrc[iaps#0_Coef]
s23 control iaps 0.80 singlesub/C_sub23.results/stats.C_sub23+tlrc[iaps#0_Coef]
s24 control iaps 0.25 singlesub/C_sub24.results/stats.C_sub24+tlrc[iaps#0_Coef]
s26 control iaps 0.13 singlesub/C_sub26.results/stats.C_sub26+tlrc[iaps#0_Coef]
s27 control iaps 0.34 singlesub/C_sub27.results/stats.C_sub27+tlrc[iaps#0_Coef]
s28 control iaps 0.93 singlesub/C_sub28.results/stats.C_sub28+tlrc[iaps#0_Coef]
s29 control iaps 0.78 singlesub/C_sub29.results/stats.C_sub29+tlrc[iaps#0_Coef]
p01 patient iaps -0.13 singlesub/P_sub01.results/stats.P_sub01+tlrc[iaps#0_Coef]
p02 patient iaps 1.20 singlesub/P_sub02.results/stats.P_sub02+tlrc[iaps#0_Coef]
p03 patient iaps 2.34 singlesub/P_sub03.results/stats.P_sub03+tlrc[iaps#0_Coef]
p04 patient iaps 2.25 singlesub/P_sub04.results/stats.P_sub04+tlrc[iaps#0_Coef]
p05 patient iaps -0.34 singlesub/P_sub05.results/stats.P_sub05+tlrc[iaps#0_Coef]
p06 patient iaps 1.94 singlesub/P_sub06.results/stats.P_sub06+tlrc[iaps#0_Coef]
p07 patient iaps 0.36 singlesub/P_sub07.results/stats.P_sub07+tlrc[iaps#0_Coef]
p08 patient iaps 8.56 singlesub/P_sub08.results/stats.P_sub08+tlrc[iaps#0_Coef]
p09 patient iaps 9.47 singlesub/P_sub09.results/stats.P_sub09+tlrc[iaps#0_Coef]
p10 patient iaps 0.94 singlesub/P_sub10.results/stats.P_sub10+tlrc[iaps#0_Coef]
p11 patient iaps 0.15 singlesub/P_sub11.results/stats.P_sub11+tlrc[iaps#0_Coef]
p12 patient iaps 0.37 singlesub/P_sub12.results/stats.P_sub12+tlrc[iaps#0_Coef]
p13 patient iaps 0.56 singlesub/P_sub13.results/stats.P_sub13+tlrc[iaps#0_Coef]
p14 patient iaps 0.93 singlesub/P_sub14.results/stats.P_sub14+tlrc[iaps#0_Coef]
p15 patient iaps 0.96 singlesub/P_sub15.results/stats.P_sub15+tlrc[iaps#0_Coef]
p16 patient iaps 3.32 singlesub/P_sub16.results/stats.P_sub16+tlrc[iaps#0_Coef]
p17 patient iaps 0.02 singlesub/P_sub17.results/stats.P_sub17+tlrc[iaps#0_Coef]
p18 patient iaps 0.19 singlesub/P_sub18.results/stats.P_sub18+tlrc[iaps#0_Coef]
p19 patient iaps -1.69 singlesub/P_sub19.results/stats.P_sub19+tlrc[iaps#0_Coef]
p20 patient iaps -0.04 singlesub/P_sub20.results/stats.P_sub20+tlrc[iaps#0_Coef]
p21 patient iaps 0.72 singlesub/P_sub21.results/stats.P_sub21+tlrc[iaps#0_Coef]
p22 patient iaps 2.67 singlesub/P_sub22.results/stats.P_sub22+tlrc[iaps#0_Coef]
p23 patient iaps 5.70 singlesub/P_sub23.results/stats.P_sub23+tlrc[iaps#0_Coef]
p24 patient iaps 0.26 singlesub/P_sub24.results/stats.P_sub24+tlrc[iaps#0_Coef]
p25 patient iaps 7.50 singlesub/P_sub25.results/stats.P_sub25+tlrc[iaps#0_Coef]
p26 patient iaps -0.06 singlesub/P_sub26.results/stats.P_sub26+tlrc[iaps#0_Coef]
p27 patient iaps 0.20 singlesub/P_sub27.results/stats.P_sub27+tlrc[iaps#0_Coef]



Thank you for your assistance!

Irene
Subject Author Posted

3dLME with covariate issue

irepe July 10, 2019 06:59AM

Re: 3dLME with covariate issue

gang July 10, 2019 09:35PM

Re: 3dLME with covariate issue

irepe July 11, 2019 05:22AM

Re: 3dLME with covariate issue

gang July 11, 2019 11:02AM

Re: 3dLME with covariate issue

irepe July 11, 2019 01:15PM

Re: 3dLME with covariate issue

gang July 12, 2019 06:06AM

Re: 3dLME with covariate issue

irepe July 17, 2019 01:59PM

Re: 3dLME with covariate issue

gang July 17, 2019 06:38PM

Re: 3dLME with covariate issue

irepe July 18, 2019 12:46PM

Re: 3dLME with covariate issue

gang July 18, 2019 09:58PM

Re: 3dLME with covariate issue

irepe July 25, 2019 10:57AM

Re: 3dLME with covariate issue

gang July 25, 2019 10:08PM