yes, that's what I'm saying, you're really, really, really small numbers are basically 0's to FSL.

Statistically it should be fine to multiply the numbers by a common number.  The interpretation of the p-values should be the same, but the interpretation of the copes will be adjusted by your value of 100000.  For example, if I run this regression

Y=X*beta

and find that beta-hat=0.33 and then I run this regression

Y=X2*beta2

where X2=10,000*X, then beta2=3.3*10^(-6).  The p-values for both models will be equivalent.  Fire up your favorite stats program and play with the linear regression to see for yourself.  Whether or not your really small number are interpretable, is another story and that's for you to decide. 

Hope that helps,
Jeanette

On Wed, Oct 26, 2011 at 9:16 AM, Amandine Pelletier <[log in to unmask]> wrote:
Hi Jeanette,

Thanks for your answer,

Indeed, in my design, the 5th regressor corresponds to a column of 0's. But in reality, the MD values inputs are certainly very low but are not equivalent to 0. It means that, when the design is created, the values will be round off 0 ?

I'm not sure that I understand, when I multiply my MD values by a common factor, from a statistical point of view, do you think that it's correct or not ?

Thank you very much for your time and help,

Amandine

But in reality, the values are not equal to 0,

2011/10/26 Jeanette Mumford <[log in to unmask]>
Hi,

The error message you initially reported means you have a rank deficient design matrix and if you look at the design matrix you sent you'll see that FSL reads your design input for the 5th regressor as a column of 0's which clearly cannot be modeled in a linear regression.  When you multiply by 100000  the number is now large enough that it doesn't look like a column of 0's to FSL and hence the model works. 

I highly recommend reviewing an intro stats book for what makes designs rank deficient, as it is an easy thing to do in these fMRI models and if you get good at spotting rank deficient matrices before you go to the trouble of putting them into the FSL gui you can save yourself some time and increase your understanding of your model.

So, that's the explanation on the modeling side of things. 

Jeanette



On Wed, Oct 26, 2011 at 7:15 AM, Amandine Pelletier <[log in to unmask]> wrote:
Hi Stephen,

Thanks for your answer.

Below, more details concerning the model used:

Design.con
/ContrastName1     MD_values_LHippo_positive_correlation
/ContrastName2     MD_values_LHippo_negative_correlation
/NumWaves    5
/NumContrasts    2
/PPheights        0.000000e+00    0.000000e+00
/RequiredEffect        -nan    -nan

/Matrix
0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00
0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 -1.000000e+00

Design.mat (column 1=group ; 2=age demeaned ; 3=gender ; 4=level of education ; 5=MD values demeaned)
/NumWaves    5
/NumPoints    154
/PPheights        1.000000e+00    1.900000e+01    1.000000e+00    2.000000e+00    0.000000e+00

/Matrix
1.000000e+00    -1.000000e+00    0.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    1.000000e+00    0.000000e+00    0.000000e+00    -0.000000e+00   
1.000000e+00    -4.000000e+00    1.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    -0.000000e+00    1.000000e+00    0.000000e+00    -0.000000e+00   
1.000000e+00    1.000000e+00    1.000000e+00    0.000000e+00    -0.000000e+00   
1.000000e+00    -3.000000e+00    0.000000e+00    2.000000e+00    -0.000000e+00   
1.000000e+00    1.000000e+01    0.000000e+00    0.000000e+00    -0.000000e+00   
1.000000e+00    -0.000000e+00    0.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    -4.000000e+00    1.000000e+00    2.000000e+00    -0.000000e+00   
1.000000e+00    -6.000000e+00    1.000000e+00    2.000000e+00    -0.000000e+00   
1.000000e+00    3.000000e+00    1.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    -1.000000e+00    0.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    1.000000e+00    0.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    -7.000000e+00    0.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    -7.000000e+00    0.000000e+00    2.000000e+00    -0.000000e+00   
1.000000e+00    -1.000000e+00    0.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    -0.000000e+00    1.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    -6.000000e+00    0.000000e+00    2.000000e+00    -0.000000e+00   
1.000000e+00    6.000000e+00    1.000000e+00    0.000000e+00    -0.000000e+00   
1.000000e+00    4.000000e+00    1.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    5.000000e+00    0.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    6.000000e+00    1.000000e+00    0.000000e+00    -0.000000e+00   
1.000000e+00    0.000000e+00    1.000000e+00    0.000000e+00    -0.000000e+00   
1.000000e+00    -6.000000e+00    1.000000e+00    2.000000e+00    -0.000000e+00   
1.000000e+00    -6.000000e+00    1.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    9.000000e+00    0.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    5.000000e+00    0.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    4.000000e+00    0.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    -0.000000e+00    0.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    -3.000000e+00    1.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    -6.000000e+00    1.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    3.000000e+00    0.000000e+00    0.000000e+00    -0.000000e+00   
1.000000e+00    -1.000000e+00    0.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    7.000000e+00    0.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    -7.000000e+00    1.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    6.000000e+00    1.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    -3.000000e+00    1.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    -0.000000e+00    0.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    -7.000000e+00    0.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    -4.000000e+00    0.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    -4.000000e+00    1.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    -1.000000e+00    0.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    -2.000000e+00    0.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    6.000000e+00    1.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    -5.000000e+00    0.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    -1.000000e+00    1.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    -2.000000e+00    1.000000e+00    2.000000e+00    -0.000000e+00   
1.000000e+00    -5.000000e+00    1.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    -6.000000e+00    1.000000e+00    2.000000e+00    -0.000000e+00   
1.000000e+00    6.000000e+00    0.000000e+00    0.000000e+00    -0.000000e+00   
1.000000e+00    -2.000000e+00    0.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    0.000000e+00    1.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    -3.000000e+00    0.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    -5.000000e+00    0.000000e+00    2.000000e+00    -0.000000e+00   
1.000000e+00    -4.000000e+00    0.000000e+00    2.000000e+00    -0.000000e+00   
1.000000e+00    -1.000000e+00    1.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    -5.000000e+00    0.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    1.000000e+00    0.000000e+00    2.000000e+00    -0.000000e+00   
1.000000e+00    -1.000000e+00    0.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    -7.000000e+00    0.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    -3.000000e+00    1.000000e+00    2.000000e+00    -0.000000e+00   
1.000000e+00    -2.000000e+00    0.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    0.000000e+00    1.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    -3.000000e+00    0.000000e+00    0.000000e+00    -0.000000e+00   
1.000000e+00    -7.000000e+00    0.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    1.000000e+00    0.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    -4.000000e+00    1.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    -2.000000e+00    0.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    -6.000000e+00    0.000000e+00    2.000000e+00    -0.000000e+00   
1.000000e+00    1.000000e+00    0.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    -5.000000e+00    1.000000e+00    2.000000e+00    -0.000000e+00   
1.000000e+00    -6.000000e+00    0.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    2.000000e+00    1.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    -2.000000e+00    1.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    1.200000e+01    1.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    -0.000000e+00    1.000000e+00    0.000000e+00    -0.000000e+00   
1.000000e+00    2.000000e+00    0.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    3.000000e+00    0.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    -6.000000e+00    0.000000e+00    2.000000e+00    -0.000000e+00   
1.000000e+00    -2.000000e+00    1.000000e+00    2.000000e+00    -0.000000e+00   
1.000000e+00    -2.000000e+00    0.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    -1.000000e+00    0.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    8.000000e+00    1.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    2.000000e+00    1.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    -3.000000e+00    0.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    1.000000e+00    0.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    7.000000e+00    0.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    -2.000000e+00    1.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    1.000000e+00    0.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    7.000000e+00    1.000000e+00    0.000000e+00    -0.000000e+00   
1.000000e+00    -5.000000e+00    1.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    -0.000000e+00    0.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    1.000000e+00    1.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    1.000000e+01    0.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    -2.000000e+00    1.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    3.000000e+00    0.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    -4.000000e+00    1.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    -3.000000e+00    0.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    5.000000e+00    0.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    2.000000e+00    1.000000e+00    0.000000e+00    -0.000000e+00   
1.000000e+00    1.000000e+00    0.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    3.000000e+00    1.000000e+00    0.000000e+00    -0.000000e+00   
1.000000e+00    7.000000e+00    0.000000e+00    0.000000e+00    -0.000000e+00   
1.000000e+00    4.000000e+00    1.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    1.000000e+01    1.000000e+00    0.000000e+00    -0.000000e+00   
1.000000e+00    8.000000e+00    0.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    -0.000000e+00    1.000000e+00    2.000000e+00    -0.000000e+00   
1.000000e+00    -3.000000e+00    1.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    -3.000000e+00    0.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    -1.000000e+00    0.000000e+00    2.000000e+00    -0.000000e+00   
1.000000e+00    9.000000e+00    0.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    -3.000000e+00    0.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    1.000000e+00    1.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    3.000000e+00    0.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    3.000000e+00    1.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    -4.000000e+00    0.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    -1.000000e+00    0.000000e+00    2.000000e+00    -0.000000e+00   
1.000000e+00    -3.000000e+00    1.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    3.000000e+00    0.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    -4.000000e+00    0.000000e+00    0.000000e+00    -0.000000e+00   
1.000000e+00    1.000000e+00    0.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    1.000000e+01    0.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    -2.000000e+00    0.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    -2.000000e+00    1.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    0.000000e+00    1.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    -0.000000e+00    1.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    -5.000000e+00    1.000000e+00    2.000000e+00    -0.000000e+00   
1.000000e+00    7.000000e+00    1.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    8.000000e+00    0.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    -3.000000e+00    1.000000e+00    0.000000e+00    -0.000000e+00   
1.000000e+00    5.000000e+00    1.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    -3.000000e+00    1.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    7.000000e+00    1.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    -1.000000e+00    0.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    -2.000000e+00    0.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    -5.000000e+00    0.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    1.000000e+00    0.000000e+00    0.000000e+00    -0.000000e+00   
1.000000e+00    -4.000000e+00    0.000000e+00    0.000000e+00    -0.000000e+00   
1.000000e+00    -4.000000e+00    0.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    3.000000e+00    0.000000e+00    0.000000e+00    -0.000000e+00   
1.000000e+00    1.000000e+00    1.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    -3.000000e+00    0.000000e+00    2.000000e+00    -0.000000e+00   
1.000000e+00    2.000000e+00    0.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    -0.000000e+00    1.000000e+00    2.000000e+00    -0.000000e+00   
1.000000e+00    4.000000e+00    0.000000e+00    0.000000e+00    0.000000e+00   
1.000000e+00    1.100000e+01    0.000000e+00    2.000000e+00    -0.000000e+00   
1.000000e+00    2.000000e+00    0.000000e+00    2.000000e+00    -0.000000e+00   
1.000000e+00    -2.000000e+00    1.000000e+00    2.000000e+00    -0.000000e+00   
1.000000e+00    1.100000e+01    1.000000e+00    1.000000e+00    -0.000000e+00   
1.000000e+00    4.000000e+00    0.000000e+00    0.000000e+00    -0.000000e+00   
1.000000e+00    -1.000000e+00    1.000000e+00    0.000000e+00    -0.000000e+00   
1.000000e+00    0.000000e+00    1.000000e+00    1.000000e+00    0.000000e+00   
1.000000e+00    -5.000000e+00    0.000000e+00    2.000000e+00    0.000000e+00   
1.000000e+00    0.000000e+00    1.000000e+00    0.000000e+00    0.000000e+00   

Moreover, in a second time, I ran the same model but I have multiplied the MD values by a common factor (by 100000) in order to obtain values less lower. In this model, I didn't obtain an error message. Do you think that it's correct to process that ?

Thank you very much for your help,

Amandine


2011/10/26 Stephen Smith <[log in to unmask]>
Hi - we would need to know more specifics about the models you used, to comment on this error message.
Please see Jeanette Mumford's web page for advice on modelling and demeaning.
Cheers.

On 24 Oct 2011, at 14:08, Amandine Pelletier wrote:

Dear FSL experts,

I'm working on a cohort of 154 subjects, two types of scans were acquired : anatomical MRI and DTI scans.

I performed two TBSS analyses (with randomise=5000 permutations) :
1/ First analysis: MD values measured in hippocampus (values were extracted to mask of segmented hippocampus created with FIRST tool) were adjusted for age, sex, level of education in a general linear model.
2/ Second analysis: Volumes of hippocampus (in the same manner, the values were extracted to mask of segmented hippocampus created with FIRST tool) were adjusted age, sex, level of education and total intracranial volume (TIV) in a general linear model.

However for the first analysis, when I created the design, I obtain the following error message:
"Problem with processing the model: Warning: at least one EV is (to close to) a linear combination of the others. You probably need to alter your design. (Design matrix is rank deficient - ratio of min:max eigenvalues in SVD of matric is 0)." Nevertheless, the GLM design is created. For the second analysis, I didn't obtain this following message.
Has knowledge that, Age, TIV, Volumes of hippocampus and MD values of hippocampus are demeaned.

I don't understand this error message, Is it that MD values are too lower ? Can anyone help with interpreting the reason for this error message ?
Is it can have consequences on my results ?

Moreover, I would like to understand why is it recommended to demean the continuous variables ?

Any suggestions or tips would be very appreciated,
Thanks for your time and your help.

Amandine



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