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  

|
February 15, 2019 11:15PM
Hi,
Now I would like to run 3dLME because I have some subjects who have missing data, e.g., some subjects have 2 sessions (baseline and 6 weeks) while others have 3 sessions (baseline, week6, and week16) which would allow me to use more subjects. Also, I wanted it to use because each subject may have a unique intercept (baseline myelin content) as well as a slope (change in myelin from baseline to wee6 or week16). I am controlling for age and gender effects.

Question 1 is whether my 3dLME script looks correct (more specifically the model and ranEff flags; see below)

Question 2 is how do I include missing data? See sub-patient02 on the InputFile column below (has the first 2 sessions, but not a 3rd session)

Thanks

3dLME -prefix /path_to_dir/myelin_gm-masked.nii \
-mask /path_to_mask/gm_mask_v2.nii \
-model 'Session+Age+Gender' \
-qVars 'Age' \
-ranEff '~1+Session' \
-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-patient02 ses-01 18 1 /path_to_data/subjects/sub-patient02/ses-01/anat/wemt1w_on_t2w_masked.nii \
sub-patient03 ses-01 28 0 /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-patient02 ses-02 18 1 /path_to_data/subjects/sub-patient02/ses-02/anat/wemt1w_on_t2w_masked.nii \
sub-patient03 ses-02 28 0 /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-patient02 ses-03 18 1 \
sub-patient03 ses-03 28 0 /path_to_data/subjects/sub-patient03/ses-03/anat/wemt1w_on_t2w_masked.nii \



Edited 2 time(s). Last edit at 02/16/2019 10:45AM by O.M..
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