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  

|
March 08, 2023 10:45AM
Hi Gang,

I'd like to give you a little more details.
Our unstructured (var-cov structure) model is as follows:

-model "DX*VISIT*PHASE*CONGRUENCY+meanFD" -qVars "meanFD" \
-ranEff "~1" \
-corStr "corSymm(form=~1|Subj)"\

Our model with AR1 is:

-model "DX*VISIT*PHASE*CONGRUENCY+meanFD" -qVars "meanFD" \
-ranEff "~1" \
-corStr "corAR1(form=~1|Subj)"\

These models yield identical results for all effects and interactions. The results are, however, different (less extensive) compared to those obtained using the default settings when we do not specify corStr.

It seems that in the 3dLME code, all corStr specifications (no matter what we specify) would default to AR1. The default setting (without specifying anything) is NULL (default in R's lme), which is I believe compound symmetry.

We would like to specify an unstructured matrix since this would be consistent with other ROI based mixed models. We have a large dataset (two groups of both 150+ subjects).

We really appreciate your help in this. Thanks!

Best
Hans
Subject Author Posted

var-cov structure 3dLME

hansvanderhorn March 03, 2023 11:32AM

Re: var-cov structure 3dLME

gang March 04, 2023 09:45AM

Re: var-cov structure 3dLME

hansvanderhorn March 06, 2023 01:06PM

Re: var-cov structure 3dLME

hansvanderhorn March 07, 2023 03:52PM

Re: var-cov structure 3dLME

gang March 07, 2023 10:52PM

Re: var-cov structure 3dLME

hansvanderhorn March 07, 2023 11:48PM

Re: var-cov structure 3dLME

hansvanderhorn March 08, 2023 10:45AM

Re: var-cov structure 3dLME

gang March 08, 2023 02:51PM