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

Help for FSL Archives


FSL Archives

FSL Archives


FSL@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

FSL Home

FSL Home

FSL  July 2007

FSL July 2007

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: How To Indicate a Nested Subjects Design

From:

Steve Smith <[log in to unmask]>

Reply-To:

FSL - FMRIB's Software Library <[log in to unmask]>

Date:

Sat, 28 Jul 2007 08:10:55 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (233 lines)

Hi - you'd need to check with Tom to be sure, but I suspect that this  
would be valid - though you will then lose the power of FLAME to take  
into account the lower-level variances in the highest-level analysis.

Cheers, Steve.


On 27 Jul 2007, at 18:34, James N. Porter wrote:

> Dr. Woolrich-
>
> Thanks for all your assistance on this issue. I have another follow- 
> up question.
>
> It is my understanding that bootstrapping/permuting the data and  
> using non-parametric analyses will also correct for the  
> heteroskedasticity implied by a nested twin pairs design. If this  
> is correct, would using randomise to permute and threshold the data  
> provide me with robust results in this case? For instance, once I  
> obtain single-subject means on the contrast of interest, I use  
> avwmerge to concatenate them into a 48 volume 4D image. Then I run:
>     randomise -i AllSubjs.nii.gz -o AllSubjs_clust -1 -n 10000 -c 2.3
>
> Would such a procedure suitably control for both heteroskedasticity  
> and family-wise error inflation, or am I barking up the wrong tree?
>
> Thanks,
> Jim Porter TRiCAM Lab Coordinator Elliott Hall N437 612.624.3892  
> www.psych.umn.edu/research/tricam
>
> Mark Woolrich wrote:
>> Hi Jim,
>>
>>
>>> 1) Would I be correct in believing that choosing FLAME 1 over  
>>> Simple OLS in FEAT is analogous to choosing GLS over OLS in a  
>>> simple linear regression, and as such, FLAME 1 represents a  
>>> method that is going to generate robust results in the face of  
>>> violations of regression assumptions such as I have presented here?
>>
>> FLAME (1 or 2) models all of the variance components at each level  
>> of the hierarchy (e.g. within-subject variance, between-subject  
>> variance). This means that, for example, when inferring at the  
>> second level, the within-subject variance from the first level  
>> gets used. This is useful because it means that bad subjects with  
>> high first-level within-subject variance are downweighted compared  
>> to good subjects with low first-level within-subject variance.  
>> Hence, FLAME deals with the heteroskedasticity due to differences  
>> in the first level within-subject variances in a manner which is  
>> analogous to variance weighting in GLS. Note though, that using  
>> first level within-subject variances does not mop up your issue  
>> with having data from identical twins.
>>
>>> 2) Or, is the Metropolis Hastings procedure not enough, and I  
>>> have to use FLAME 1+2 to implement the full Monte Carlo  
>>> simulation, which should most definitely be a fully robust  
>>> procedure?
>>
>> Just to clarify - FLAME 1 is a fast approximation to the solution  
>> based on maximising marginal posterior distributions in a Bayesian  
>> framework, whereas FLAME 2 is a slower, more accurate approach  
>> which uses the Markov Chain Monte Carlo technique of Metropolis- 
>> Hastings. Both deal with heteroskedasticity from lower levels in  
>> the model.
>>
>>> 3) Or, are neither of these methods sufficient to overcome  
>>> heteroskedasticity, and I need to account for subject clustering  
>>> in my design matrices, either by indicating group membership or  
>>> by entering extra covariate EVs? (If so, tips on how to best do  
>>> this would be much appreciated.)
>>
>> So, as mentioned above, we need to do something more to deal with  
>> the fact that you have data from identical twins in the higher  
>> level GLM. Otherwise the expected correlation between twins in the  
>> data will go unaccounted for and violate the noise assumptions.  
>> Whilst I thought we were talking about two sessions for each  
>> subject in my last email, the easiest way to deal with the  
>> correlations between twins is the same. As I understand it, you  
>> want to have EVs to model out the "twin means" by having an EV for  
>> each set of twins, where each EV picks out the 2 subjects which  
>> make up that twin. These EVs effectively account for the  
>> correlation between twins. Then you have a further EV which models  
>> your behavioural data.
>>
>> Hope that helps.
>>
>> Cheers, Mark.
>>
>>
>> ----
>> Dr Mark Woolrich
>> EPSRC Advanced Research Fellow University Research Lecturer
>>
>> Oxford University Centre for Functional MRI of the Brain (FMRIB),
>> John Radcliffe Hospital, Headington, Oxford OX3 9DU, UK.
>>
>> Tel: (+44)1865-222782 Homepage: http://www.fmrib.ox.ac.uk/~woolrich
>>
>>
>>
>>
>> On 11 Jul 2007, at 15:43, James N. Porter wrote:
>>
>>> Mark-
>>>
>>> Sorry for the confusion; I should have been more explicit (the  
>>> old speed for accuracy trade-off). It's not that we have a  
>>> repeated-measures design, rather by "twin design" I actually mean  
>>> that our sample is composed entirely of sets of monozygotic  
>>> (identical) twins, so we fully expect their shared genetic makeup  
>>> to be a factor in how much error covariance we need to account  
>>> for in our analysis design.
>>>
>>> Since we expect there to be heteroskedasticity within twin pairs,  
>>> (I believe) we need to use a clustered/nested design to account  
>>> for it. The analogy often used is looking the effect of some  
>>> factor (like teaching methods) upon standardized test results  
>>> across multiple schools. Even though we may have 150 individual  
>>> students in the study, we can't say they are fully independent  
>>> and we would need to nest our subjects to account for error  
>>> covariance driven by the fact that 50 students come from school  
>>> A, 50 from school B, and 50 from school C. Similarly, in our  
>>> neuroimaging analysis here we need to account for the error  
>>> covariance driven by the fact that our 48 individuals are  
>>> clustered in 24 pairs.
>>>
>>> I know that if I were doing a simple linear regression and had  
>>> reason to believe there was autocorrelation or clustering in my  
>>> data, then I could not get away with using simple Ordinary Least  
>>> Squares methods and would have to use Generalized Least Squares  
>>> or Weighted Least Squares to impose corrections for inflated  
>>> standard errors. When I look at the pull-down menu on the Stats  
>>> tab in FEAT, I see Fixed Effects, Simple OLS, FLAME 1, and FLAME 1 
>>> +2. It seems to me that they are ordered from least to most  
>>> robust to violations of the assumptions of linear regression  
>>> (independence of observations, homoskedasticity, no  
>>> multicollinearity, etc). So, I guess this brings me back to my  
>>> original inquiry:
>>>
>>> 1) Would I be correct in believing that choosing FLAME 1 over  
>>> Simple OLS in FEAT is analogous to choosing GLS over OLS in a  
>>> simple linear regression, and as such, FLAME 1 represents a  
>>> method that is going to generate robust results in the face of  
>>> violations of regression assumptions such as I have presented here?
>>>
>>> 2) Or, is the Metropolis Hastings procedure not enough, and I  
>>> have to use FLAME 1+2 to implement the full Monte Carlo  
>>> simulation, which should most definitely be a fully robust  
>>> procedure?
>>>
>>> 3) Or, are neither of these methods sufficient to overcome  
>>> heteroskedasticity, and I need to account for subject clustering  
>>> in my design matrices, either by indicating group membership or  
>>> by entering extra covariate EVs? (If so, tips on how to best do  
>>> this would be much appreciated.)
>>>
>>> Thanks again for your assistance,
>>>
>>> Jim Porter TRiCAM Lab Coordinator Elliott Hall N437 612.624.3892  
>>> www.psych.umn.edu/research/tricam
>>>
>>> Mark Woolrich wrote:
>>>> Hi James,
>>>>
>>>> Apologies, I am not familiar with some of the language you are  
>>>> using. When you say a twin design, are you talking about having  
>>>> two FMRI sessions for each subject? In which case you need to do  
>>>> something akin to a paired t-test:
>>>> http://www.fmrib.ox.ac.uk/fsl/feat5/ 
>>>> detail.html#PairedTwoGroupDifference
>>>> where you have EVs to model each of the subject means across the  
>>>> two sessions. Then you have alongside those an EV to model your  
>>>> behavioural data.
>>>>
>>>> FLAME1 has most of the key benefits associated with FLAME2 with  
>>>> respect to using variances from the first level, it just trades  
>>>> off a bit of accuracy in the interest of speed - but is  
>>>> perfectly adequate for most purposes.
>>>>
>>>> Apologies if I have misunderstood.
>>>>
>>>> Cheers, Mark.
>>>>
>>>> ----
>>>> Dr Mark Woolrich
>>>> EPSRC Advanced Research Fellow University Research Lecturer
>>>>
>>>> Oxford University Centre for Functional MRI of the Brain (FMRIB),
>>>> John Radcliffe Hospital, Headington, Oxford OX3 9DU, UK.
>>>>
>>>> Tel: (+44)1865-222782 Homepage: http://www.fmrib.ox.ac.uk/~woolrich
>>>>
>>>>
>>>>
>>>>
>>>> On 10 Jul 2007, at 19:48, James N. Porter wrote:
>>>>
>>>>>
>>>>> I would like to know how to properly account for within-pair  
>>>>> variance correlation in FEAT in a twin design. We have measured  
>>>>> a continuous variable for all subjects that we are using as a  
>>>>> regressor in our fMRI analysis, but we recognize that this  
>>>>> variable may not have error that is independent of the twin- 
>>>>> pair sampling. In our behavioral analysis in STATA, we can  
>>>>> easily implement a design that cluster/nests the twin pairs to  
>>>>> obtain robust standard errors. For the neuroimaging analysis,  
>>>>> the path is not so clear. I have the following questions:
>>>>>
>>>>> 1) We believe that FLAME 2's full MCMC resampling would  
>>>>> automatically produce robust standard errors in this case, but  
>>>>> we would like to save time by just running FLAME 1. Does the  
>>>>> Metropolis Hastings sampling procedure also result in robust  
>>>>> standard errors in this case?
>>>>>
>>>>> 2) At the higher-level, would indicating separate Group  
>>>>> membership in FEAT's GLM setup (i.e. Inputs 1&2=Group 1, Inputs  
>>>>> 2&3=Group 2, etc) be the same as clustering twin pairs?
>>>>>
>>>>
>>


------------------------------------------------------------------------ 
---
Stephen M. Smith, Professor of Biomedical Engineering
Associate Director,  Oxford University FMRIB Centre

FMRIB, JR Hospital, Headington, Oxford  OX3 9DU, UK
+44 (0) 1865 222726  (fax 222717)
[log in to unmask]    http://www.fmrib.ox.ac.uk/~steve
------------------------------------------------------------------------ 
---

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

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


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