History of AFNI updates  

|
January 11, 2021 12:57PM
> In the current LME model, effect of this Lable is significant: -gltLabel 6 after_before_in_anode_now -gltCode 6 'CiJi : 1*anode QainHou : 1*after -1*before Contrast3 : 1*now' \. That is to say, in the "anode" "now" condition, there was a significant difference between "after" and "before" conditions. Therefore, I tried to extract the data in the "anode" "now" condition for "after" and "before" condition separately, then data were fed into a paired t-test.

The proper way to do this is to add two more specifications:

-gltCode ... 'CiJi : 1*anode QainHou : 1*after Contrast3 : 1*now' \
-gltCode .. 'CiJi : 1*anode QainHou : 1*before Contrast3 : 1*now' \

Then combining with the original one -gltCode 6 'CiJi : 1*anode QainHou : 1*after -1*before Contrast3 : 1*now', you should be able to sort out the details. Similarly for the other contrasts in your 3dLME script.

> I guess one reason for 'not significant in the t-test, but significant in the LME' is that: in the LME, the model was modelling many effects, including interactions and main effects of 'CiJi', 'QainHou', 'Contrast3', and main effects of age, education. In contrast, in the t-test, these effects were not modelled. Is that correct?

You have other explanatory variables plus more factor levels in the LME model. In contrast, your paired t-test does not take those variables into consideration. These are two different models.

Gang
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