History of AFNI updates  

|
January 10, 2021 04:20AM
Dear AFNI experts and users,
After running the 3dLME as below, I find a significant result in "-gltLabel 8 after_before_in_anode_now_or_notnow". Does anyone know how to extract the effect of 'after-before' in anode for each individual in the current model? Then I can use them for scatter plot.
Thanks.
All the best.
Rujing


3dLME -prefix Example3 -jobs 1 \
-ML \
-resid Cancha \
-qVars "age,education"\
-model "CiJi*QainHou*Contrast3+age+education" \
-mask ../newaal_50+tlrc \
-ranEff '~1'\
-SS_type 3 \
-num_glt 12 \
-gltLabel 1 anode_sham -gltCode 1 'CiJi : 1*anode -1*sham' \
-gltLabel 2 anode_sham_in_after_now -gltCode 2 'CiJi : 1*anode -1*sham QainHou : 1*after Contrast3 : 1*now' \
-gltLabel 3 anode_sham_in_after_notnow -gltCode 3 'CiJi : 1*anode -1*sham QainHou : 1*after Contrast3 : 1*notnow' \
-gltLabel 4 anode_sham_in_after_now_notnow -gltCode 4 'CiJi : 1*anode -1*sham QainHou : 1*after Contrast3 : 1*now -1*notnow' \
-gltLabel 5 anode_sham_in_after_now_or_notnow -gltCode 5 'CiJi : 1*anode -1*sham QainHou : 1*after Contrast3 : 1*now +1*notnow' \
-gltLabel 6 after_before_in_anode_now -gltCode 6 'CiJi : 1*anode QainHou : 1*after -1*before Contrast3 : 1*now' \
-gltLabel 7 after_before_in_anode_notnow -gltCode 7 'CiJi : 1*anode QainHou : 1*after -1*before Contrast3 : 1*notnow' \
-gltLabel 8 after_before_in_anode_now_or_notnow -gltCode 8 'CiJi : 1*anode QainHou : 1*after -1*before Contrast3 : 1*now +1*notnow' \
-gltLabel 9 CiJi_x_QianHou_now -gltCode 9 'CiJi : 1*anode -1*sham QainHou : 1*after -1*before Contrast3 : 1*now' \
-gltLabel 10 CiJi_x_QianHou_notnow -gltCode 10 'CiJi : 1*anode -1*sham QainHou : 1*after -1*before Contrast3 : 1*notnow' \
-gltLabel 11 CiJi_x_QianHou_now_notnow_3inter -gltCode 11 'CiJi : 1*anode -1*sham QainHou : 1*after -1*before Contrast3 : 1*now -1*notnow' \
-gltLabel 12 CiJi_x_QianHou_now_or_notnow -gltCode 12 'CiJi : 1*anode -1*sham QainHou : 1*after -1*before Contrast3 : 1*now +1*notnow' \
-dataTable
Subj CiJi QainHou Contrast3 sex age education InputFile \
sub02 anode before notnow 1 25 19 sub02_ddt2_notnow_anode_before.txt+tlrc \
sub02 anode before now 1 25 19 sub02_ddt2_now_anode_before.txt+tlrc \
sub02 anode after notnow 1 25 19 sub02_ddt2_notnow_anode_after.txt+tlrc \
sub02 anode after now 1 25 19 sub02_ddt2_now_anode_after.txt+tlrc \
sub02 sham before notnow 1 25 19 sub02_ddt2_notnow_sham_before.txt+tlrc \
sub02 sham before now 1 25 19 sub02_ddt2_now_sham_before.txt+tlrc \
sub02 sham after notnow 1 25 19 sub02_ddt2_notnow_sham_after.txt+tlrc \
sub02 sham after now 1 25 19 sub02_ddt2_now_sham_after.txt+tlrc \
sub03 anode before notnow 1 25 18 sub03_ddt2_notnow_anode_before.txt+tlrc \
sub03 anode before now 1 25 18 sub03_ddt2_now_anode_before.txt+tlrc \
sub03 anode after notnow 1 25 18 sub03_ddt2_notnow_anode_after.txt+tlrc \
sub03 anode after now 1 25 18 sub03_ddt2_now_anode_after.txt+tlrc \
sub03 sham before notnow 1 25 18 sub03_ddt2_notnow_sham_before.txt+tlrc \
sub03 sham before now 1 25 18 sub03_ddt2_now_sham_before.txt+tlrc \
sub03 sham after notnow 1 25 18 sub03_ddt2_notnow_sham_after.txt+tlrc \
sub03 sham after now 1 25 18 sub03_ddt2_now_sham_after.txt+tlrc \
sub04 anode before notnow 1 28 20 sub04_ddt2_notnow_anode_before.txt+tlrc \
sub04 anode before now 1 28 20 sub04_ddt2_now_anode_before.txt+tlrc \
sub04 anode after notnow 1 28 20 sub04_ddt2_notnow_anode_after.txt+tlrc \
sub04 anode after now 1 28 20 sub04_ddt2_now_anode_after.txt+tlrc \
sub04 sham before notnow 1 28 20 sub04_ddt2_notnow_sham_before.txt+tlrc \
sub04 sham before now 1 28 20 sub04_ddt2_now_sham_before.txt+tlrc \
sub04 sham after notnow 1 28 20 sub04_ddt2_notnow_sham_after.txt+tlrc \
sub04 sham after now 1 28 20 sub04_ddt2_now_sham_after.txt+tlrc \
Subject Author Posted

3dLME for scatter plot

charujing123 January 10, 2021 04:20AM

Re: 3dLME for scatter plot

gang January 10, 2021 08:47AM

Re: 3dLME for scatter plot

charujing123 January 10, 2021 08:30PM

Re: 3dLME for scatter plot

gang January 11, 2021 12:57PM

Re: 3dLME for scatter plot

charujing123 January 11, 2021 07:56PM

Re: 3dLME for scatter plot

gang January 12, 2021 09:24AM

Re: 3dLME for scatter plot

charujing123 January 12, 2021 09:35PM

Re: 3dLME for scatter plot

gang January 13, 2021 07:40AM

Re: 3dLME for scatter plot

charujing123 January 13, 2021 09:02PM

Re: 3dLME for scatter plot

charujing123 January 15, 2021 08:40PM

Re: 3dLME for scatter plot

gang January 16, 2021 10:28PM

Re: 3dLME for scatter plot

charujing123 January 17, 2021 05:17AM