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  

|
April 22, 2019 01:21PM
Hello Gang,

In my study, I collected 3 fMRI runs from each subjects (total 10 subjects). I have missing data for my regressors, therefor using GLM, I do not have 3 runs for each subject, Here is the summary of my dataset:
2 subjects only one run
6 subjects two runs
2 subjects three runs

Also my hypothesis is there is no differences between runs, we just collected 3 runs to make sure we have enough data for this study. After analyzing single subject, I have to do the group analysis. Considering the missing data, I think 3dlme is my only option, is that right(I have only one group of subjects)?
If 3dlme is the command, is this script correct for group analysis my dataset?

3dLME -prefix GroupAnalysis \
-model "1" \
-ranEff 'Time+Subj' \
-dataTable \
Subj Time InputFile \
s1 one s1_1+tlrc'[#0_Coef]' \
s1 two s1_2+tlrc'[#0_Coef]' \
s1 three s1_3+tlrc'[#0_Coef]' \
s2 one s2_1+tlrc'[#0_Coef]' \
s2 two s2_2+tlrc'[#0_Coef]' \
s3 three s3_3+tlrc'[#0_Coef]' \
...
s9 two s9_2+tlrc'[#0_Coef]' \
s10 two s10_2+tlrc'[#0_Coef]' \
s10 three s10_3+tlrc'[#0_Coef]' \

Thanks,
Ahmad



Edited 1 time(s). Last edit at 04/22/2019 01:31PM by amayeli.
Subject Author Posted

3DLME Group Analysis with Missing Data

amayeli April 22, 2019 01:21PM

Re: 3DLME Group Analysis with Missing Data

gang April 22, 2019 09:36PM

Re: 3DLME Group Analysis with Missing Data

amayeli April 23, 2019 04:49PM

Re: 3DLME Group Analysis with Missing Data

gang April 24, 2019 12:18PM

Re: 3DLME Group Analysis with Missing Data

amayeli April 27, 2019 10:57PM