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  

|
January 29, 2019 02:22PM
Hi,

I was wondering if my 3dLME model is correct. I am trying to look at changes in myelination from session 1 to 3, while controlling for age and gender effects. I only have one group, so no between-subjects factors.

Thanks.

module load AFNI
module load R/3.2.0-goolf-1.7.20

3dLME -prefix /path_to_dir/myelin_gm-masked.nii \
-mask /path_to_mask/gm_mask_v2.nii \
-model 'Session+Age+Gender' \
-qVars 'Age,Gender' \
-ranEff '~1' \
-SS_type 3 \
-num_glt 3 \
-gltLabel 1 's1-s2' -gltCode 1 'Session : +1*ses-01 -1*ses-02' \
-gltLabel 2 's1-s3' -gltCode 2 'Session : +1*ses-01 -1*ses-03' \
-gltLabel 3 's2-s3' -gltCode 3 'Session : +1*ses-02 -1*ses-03' \
-dataTable \
Subj Session Age Gender InputFile \
sub-patient01 ses-01 25 1 /path_to_data/subjects/sub-patient01/ses-01/anat/wemt1w_on_t2w_masked.nii \
sub-patient03 ses-01 28 2 /path_to_data/subjects/sub-patient03/ses-01/anat/wemt1w_on_t2w_masked.nii \
sub-patient01 ses-02 25 1 /path_to_data/subjects/sub-patient01/ses-02/anat/wemt1w_on_t2w_masked.nii \
sub-patient03 ses-02 28 2 /path_to_data/subjects/sub-patient03/ses-02/anat/wemt1w_on_t2w_masked.nii \
sub-patient01 ses-03 25 1 /path_to_data/subjects/sub-patient01/ses-03/anat/wemt1w_on_t2w_masked.nii \
sub-patient03 ses-03 28 2 /path_to_data/subjects/sub-patient03/ses-03/anat/wemt1w_on_t2w_masked.nii \
Subject Author Posted

3dLME

O.M. January 29, 2019 02:22PM

Re: 3dLME

gang January 29, 2019 03:16PM

Re: 3dLME

O.M. January 29, 2019 03:27PM

Re: 3dLME

gang January 29, 2019 04:55PM

Re: 3dLME

O.M. January 29, 2019 06:06PM

Re: 3dLME

gang January 29, 2019 07:51PM

Re: 3dLME Attachments

O.M. January 30, 2019 10:37AM

Re: 3dLME

gang January 30, 2019 11:27AM

Re: 3dLME

O.M. February 15, 2019 11:15PM

Re: 3dLME

gang February 16, 2019 06:03PM

Re: 3dLME

O.M. February 16, 2019 08:45PM

Re: 3dLME

O.M. February 26, 2019 04:56PM

Re: 3dLME

gang February 26, 2019 05:09PM

Re: 3dLME

shanaadise March 05, 2019 01:25PM

Re: 3dLME

gang March 06, 2019 11:19AM

Re: 3dLME

shanaadise March 06, 2019 01:43PM

Re: 3dLME

gang March 06, 2019 05:46PM

Re: 3dLME

shanaadise March 06, 2019 06:07PM

Re: 3dLME

gang March 07, 2019 02:24PM

Re: 3dLME

shanaadise March 07, 2019 03:20PM