History of AFNI updates  

|
June 04, 2020 01:12AM
Hello!

I'd like to run the following regression model on a voxel-wise basis. I specified it in R syntax because I basically want something like 3dLMEr, but without the mixed-effects.

I thought 3dRegAna would do this, and maybe it does, but it doesn't appear that I can model the interaction of a behavioral and brain variable. Thanks for any help!

The model:

lm(formula = y ~ x*brain + age + sex + race_ethnicity + education + marriage status + income + device, data = dat)

Is it better to try to bring the fMRI data into R?

Anthony
Subject Author Posted

model brain-behavior relations with interactions

anthonystevendick June 04, 2020 01:12AM

Re: model brain-behavior relations with interactions

gang June 04, 2020 03:02PM

Re: model brain-behavior relations with interactions

anthonystevendick June 04, 2020 03:41PM

Re: model brain-behavior relations with interactions

gang June 04, 2020 06:15PM

Re: model brain-behavior relations with interactions

anthonystevendick June 05, 2020 03:23PM

Re: model brain-behavior relations with interactions

gang June 05, 2020 04:33PM