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  January 2013

FSL January 2013

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: F-statistic in FIRST vertex analysis

From:

John Kuster <[log in to unmask]>

Reply-To:

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

Date:

Mon, 14 Jan 2013 10:56:11 -0500

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (122 lines)

Dear Mark,

Thank you for explaining this to me! I really appreciate it. I set up my F-test as you recommended and am looking forward to seeing how it comes it.

Sincerely,
Jake



On Jan 13, 2013, at 3:47 AM, Mark Jenkinson wrote:

> Dear Jake,
> 
> There are a few things that are not quite right in your email.
> 
> 1 - The second design does not need different (variance) groups, and a lot of the time it is better not to have different group values unless the groups are large.  Furthermore, the group designation is only something that is used in the parametric stats (GLM within FEAT) and is not used by randomise, as randomise is non-parametric and does not model variances and so does not need to know about variance groups.  
> 
> [Aside: the design.grp file is sometimes used as an input to randomise, and this requires the user to do it explicitly, but is not used to denote different variance groups in that case, it is used to denote exchangeability, which is not required here or for most uses of randomise] 
> 
> 2 - It is not first_utils that prevents the use of different groups, it is a result of using randomise.
> 
> 3 - When using first_utils the quantity that is created is a scalar (at each boundary voxel) that represents the projection of that boundary coordinate onto the normal vector of the averaged surface (the signed, perpendicular distance from the average surface, where a positive sign is outside and a negative sign is inside).   Hence the mean value of this quantity contains no information and all designs should reflect this by not explicitly modelling the mean.  That is why the first design is more correct (as it does not include the mean) whereas the second design you include does allow the mean to be modelled (a [1 1] contrast would give the mean).  This is also the reason that the -D option is randomise is used.
> 
> 
> If you want to know about the directionality of the change, then it is easiest to look at the 4D input file.  I've updated the documentation to include a paragraph describing this:
> 
> "The --fonly option is included so that only the F-statistic is calculated and used by randomise for inference. This is then equally sensitive to changes in either direction (e.g., growth or atrophy). To determine which direction the change is in there are two possible approaches: (i) omit this option and look at the t-contrast results (carefully taking into account the signs used in both the design matrix EVs and the contrast) or; (ii) more simply, just look at the signs of the individual data points in the 4D input file. The second option is generally easier and is quite simply done with FSLView, by loading the corrected p-value output from randomise (the f-statistic result, having kept the --fonly option) then adding the 4D input file and using the "timeseries" option in FSLView to see the values from the 4D input file at boundary locations where there was a statistically significant change."
> 
> The reason I discourage using the t-contrast results is because (i) randomise will create quite a few different output files in that case which can be confusing, and (ii) it is difficult to keep track of the signs correctly, as the signs used in both the EVs and in the contrasts make a difference, and so it is much safer to just look at the input values.
> 
> I hope this answers your questions.
> All the best,
> 	Mark
> 
> 
> 
> On 11 Jan 2013, at 16:55, John Kuster <[log in to unmask]> wrote:
> 
>> Thanks Chris.
>> 
>> Another question, I am assuming that in both cases I found the single EV, with -1=ctrl and 1=pat and using --fonly was just set up as an example.  (both in practical and user guide)
>> ie:
>> group  EV
>> 1		-1
>> 1		-1
>> 1		1
>> 1		1
>> for randomise:
>> tcontrast 1= 1
>> ftest selected on tcontrast 1
>> 
>> I guess normally for the randomise step to create a contrast, you'd want to run EV1=ctrl as 1,  EV2 = ctrl as 1. 
>> ie:
>> group EV1 	EV2
>> 1		1		0
>> 1		1		0
>> 2		0		1
>> 2		0		1
>> tcontrast 1 = 1 -1
>> tcontrast 2 = -1 1
>> ftest selected on contrast1 vs contrast2
>> 
>> However, I realize that for first_utils, it does not recognize groups so the design must be set up the original way. Do people recommend just using a separate design file for the randomise step should we be interested in which group is changing? Or, is the only way to see group directionality by going back to the "old" method, the surface_fdr tool. I apologize if I am not writing this clearly as I am new to this tool, in essence I want to see know if there is a difference, and also for which group and which direction.
>> 
>> Thanks again,
>> Jake
>> 
>> 
>> On Jan 11, 2013, at 10:27 AM, Chris Watson wrote:
>> 
>>> I wouldn't say the F test is one directional, but rather non directional. It will just tell you if there is a difference between groups. It won't tell you if A > B or B > A.
>>> 
>>> On 01/10/2013 11:43 PM, Jake Kuster wrote:
>>>> PS, to clarify, I know F test is one directional and shows if a difference
>>>> exists between groups. I was just wondering if there might have been
>>>> something else going on due to the wording of the quote below, and because
>>>> the --fonly flag was used in the example. Maybe it only was reiterating
>>>> the sensitivity to change in either direction.
>>>> 
>>>> In this case wouldn't there be benefit in setting up the contrast
>>>> differently, so that a t-test could be performed at the same time?
>>>> 
>>>> Thanks!
>>>> 
>>>> Jake
>>>> 
>>>> 
>>>> 
>>>> Dear FSLers,
>>>>> Reading the website, I noticed it says
>>>>> 
>>>>> "This F-test will be the main contrast of interest for our vertex analysis
>>>>> as it allows us to test for differences in either direction."
>>>>> http://www.fmrib.ox.ac.uk/fslcourse/lectures/practicals/seg_struc/index.html
>>>>> 
>>>>> So I was wondering if someone could elaborate on how the F-test shows
>>>>> these differences in either direction. Is directionality maintained at
>>>>> this step because of the way the EV is set up, ctrl=-1 and patients=1? I
>>>>> wasn't able to figure it out yet by reading the archives and was confused
>>>>> by the nature of an F-test.
>>>>> 
>>>>> Thanks in advance,
>>>>> 
>>>>> Jake
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>> 
>>>> 
>>>> The information in this e-mail is intended only for the person to whom it is
>>>> addressed. If you believe this e-mail was sent to you in error and the e-mail
>>>> contains patient information, please contact the Partners Compliance HelpLine at
>>>> http://www.partners.org/complianceline . If the e-mail was sent to you in error
>>>> but does not contain patient information, please contact the sender and properly
>>>> dispose of the e-mail.
>>>> 
>>> 
>>> 
> 
> 

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


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