JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for SPM Archives


SPM Archives

SPM Archives


SPM@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

SPM Home

SPM Home

SPM  May 2022

SPM May 2022

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: DCM model interaction

From:

"Zeidman, Peter" <[log in to unmask]>

Reply-To:

Zeidman, Peter

Date:

Wed, 25 May 2022 10:03:24 +0000

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (1 lines)

Dear Carole

Sorry for the delay in replying. You asked how to calculate an interaction between factors at the within-subject level. (Sorry, in my previous reply I was thinking you were referring to between-subjects effects, in which case hand-calculating the interaction is very straightforward using PEB, with the code I posted below. The answer to your question is a bit more subtle.)



If you wanted to include the interaction between conditions as a modulatory input to certain connections, you could specify the DCM in the normal way using the GUI, and then manually edit the design matrix within the DCM (DCM.U.u), to add an extra regressor with a hand-calculated interaction term. You would also have to adjust the size of certain other matrices to account for this, and delete any old priors from your previous analysis (DCM = rmfield(DCM,'M'). 



I can help you with that if it were needed. However, I would suggest against doing this if possible. If you have one experimental factor driving, and the other modulating, you are naturally getting the interaction in the dynamics of the model - i.e., activity will only flow down a connection if there is driving input, and the activity can be gated by the modulatory input. That's a regionally specific interaction. 



All the best

Peter



-----Original Message-----

From: carole guedj <[log in to unmask]> 

Sent: 29 April 2022 15:05

To: Zeidman, Peter <[log in to unmask]>

Cc: [log in to unmask]

Subject: Re: [SPM] DCM model interaction



⚠ Caution: External sender





Dear Peter,



Many thanks for you answer and precious advices.



Sorry for my mistake, when I mentioned the D matrix: ‘D = [1 0 0; 1 0 0; 1 0 0; ] ‘, in fact I wanted to talk about the C matrix.

So yes, for the D matrix I used the default parameters which are 0s.



Just to be sure, if I would like to try the interaction regressor, I need to create a new GLM with this time 4 regressors, and run another DCM, right? What you said about: 'Mean-subtract each regressor and then multiply them to generate the interaction’.



> X(:,2) = X(:,2) - mean(X(:,2));

> X(:,3) = X(:,3) - mean(X(:,3));

> X(:,4) = X(:,2) .* X(:,3);



You mean that I can directly create the interaction in the existing DCM?

Sorry for my naive questions…



Thanks again for your help,



Carole













> Le 29 avr. 2022 à 11:22, Zeidman, Peter <[log in to unmask]> a écrit :

>

> Dear Carole

> All good questions!

>

>> I have a 2x2 factorial design where I would like to run an DCM.

>>

>> Briefly, it is a simple attentional task where subjects need to find a target amoung distractors.

>> In half of trials the target location is cued (others the cue is uninformative), and in half of trials a salient distractor appears.

>> So we have 4 conditions:

>>     - Cue - with Salient Distractor

>>     - Cue - without Salient Distractor

>>     - No Cue - with Salient Distractor

>>     - No Cue - without Salient Distractor

>

> Excellent, we like 2x2 designs.

>

>> I create a GLM specifically for my DCM analysis where I have 3 regressors (+ nuisance variables):

>> - regressor 1: onsets of cue display (including cue and uncued trials) > use as driving input for the DCM (matrix C)

>> - regressor 2: onsets of trials with Cue (the one which is informative) > use as modulatory input for the DCM (matrix B1)

>> - regressor 3: onsets of trials with Salient Distractor > use as modulatory input for the DCM (matrix B2)

>

> Perfect.

>

>> I extracted the time series of my 3 regions of interest (adjusted with F-contrast modelling my 3 regressor of interest) QUESTION 1: Is my GLM and time-series extraction correct?

>

> Yes.

>

>> Then I specified a full DCM : full A matrix, full B matrices, and matrix D = [1 0 0; 1 0 0; 1 0 0; ].

>

> By using matrix D you switched on non-linear DCM, which enables regions to mediate connections between other connections (https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdx.doi.org%2F10.1016%252Fj.neuroimage.2008.04.262&amp;data=05%7C01%7Cpeter.zeidman%40ucl.ac.uk%7Cc68ea473a6ee4539aaaf08da29e94cad%7C1faf88fea9984c5b93c9210a11d9a5c2%7C0%7C0%7C637868379244249045%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=b8eKpOz7d1Lbhib%2Bht%2FeEW8X8GzDLmeSkyJ060Vw8DQ%3D&amp;reserved=0). I'm just checking that's what you intended? It's a more difficult model estimation than standard DCM, so it should only be used when it's really needed.

>

>> QUESTION 2: Then I saw in the PEB tutorial that I could try two options: automatic search of nested models, or specified myself some reduced models to test.

>> If I understand correctly, if I don't have any covariate to add in the model and I do not want to compare between groups, but I just want to find the best model for all my subjects, I can simply use a design matrix M=ones(N,1) ?

>

> Yes.

>

>> QUESTION 3: If I use the automatic search, can I consider that the parameters exhibiting a high posterior probability are important to model my task effects?

>

> Yes. In general, I recommend using hand-specified hypotheses and models where possible. That's because DCM is mainly intended as a tool for scoring the evidence for different hypotheses. The automatic search is valid when all reduced models are equally likely a priori - in other words, if you would be equally happy with any mixture of connections showing task effects. If that's not the case, and you have particular hypotheses, I'd hand-craft some candidate models (i.e., mixtures of connections).

>

>> QUESTION 4: How can I evaluate the interaction effect between my factors? Do I need to add a 4th regressor in my GLM that specified the onsets of trials where both Cue and Salient Distractor appear?

>

> Technically, yes you can do this. Mean-subtract each regressor and then multiply them to generate the interaction. Assuming that the first regressor is the constant (all ones), which is expected by the software, and 2nd and 3rd regressors are your main effects, then:

>

> X(:,2) = X(:,2) - mean(X(:,2));

> X(:,3) = X(:,3) - mean(X(:,3));

> X(:,4) = X(:,2) .* X(:,3);

>

> However, note that interpreting the interaction may be tricky - there will be lots of positive and negative signs in play.

>

> All the best

> Peter



Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

May 2024
April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
2006
2005
2004
2003
2002
2001
2000
1999
1998


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager