AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
August 14, 2014 04:10PM
> -bsVars 'GROUP+age' -qVars 'age' \
> -num_glt 1 \
> -gltLabel 1 MRNvsPSU -gltCode 1 'GROUP : 1*MRN -1*PSU age :' \

Two issues here:

1) The two groups in the GLT coding are labeled as MRN and PSU, but they are called Group1 and Group2 in the data table.

2) With {-bsVars 'GROUP+age' -qVars 'age'}, you assume that the two groups have the *same* age effect. However, under such an assumption it does not make sense to test the age effect difference between the two groups with {-gltLabel 1 MRNvsPSU -gltCode 1 'GROUP : 1*MRN -1*PSU age :'}. Change the between-subjects variable specification to

-bsVars 'GROUP*age' -qVars 'age'

> the large discrepancy in variance between the two groups (group1 ages 18-22; group2 ages 18-50ish)

By the default 3dMVM centers a covariate around the overall mean. If the overall mean age is something like 32, it could be problematic because you don't even have any subjects around that age in Group1. If you prefer to interpret the group effect (e.g., group difference) at a different age (e..g, 22), use option -qVarCenters

Gang



Edited 1 time(s). Last edit at 08/14/2014 04:13PM by Gang.
Subject Author Posted

3dMVM model test error with GLT/covariate

adodd August 14, 2014 03:34PM

Re: 3dMVM model test error with GLT/covariate

gang August 14, 2014 04:10PM

Re: 3dMVM model test error with GLT/covariate

adodd August 14, 2014 05:16PM

Re: 3dMVM model test error with GLT/covariate

adodd August 14, 2014 05:35PM

Re: 3dMVM model test error with GLT/covariate

gang August 15, 2014 04:01PM