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, 2015 02:11PM
Gang Wrote:
-------------------------------------------------------
> > lme(values ~ time*treatment +
> ratings,data=lme_data,random = ~1 + ratings |
> subj)
>
> > I get the following error message:
> > nlminb problem, convergence error code = 1
> > message = iteration limit reached without
> convergence (10)
>
> This is basically what 3dLME does except for a
> couple of differences (see below). Basically it
> failed to converge at that voxel for some
> numerical reason. Try a different voxel, and see
> if it converges.
>


Gang, this a follow-up about failing to converge and how 3dLME handles it.

When I run the following command in R for one voxel:

lme(values ~ time*treatment + ratings,data=lme_data,random = ~1 + ratings | subj)

I get the failing to converge error message.

Yet, for 3dLME, I get results for that voxel, MainF's, contrasts, etc.

How is 3dLME handling failing to converge issues?

I did notice if I take ratings out as a random factor:

lme(values ~ time*treatment + ratings,data=lme_data,random = ~1 | subj)

The above command in R works. Oddly enough, the mainF, interaction, and intercept results without treating ratings as a random effect in the lme command match my results from 3dLME while treating ratings as a random effect.

Why is this?


Another question:

How does 3dLME handle missing voxels? For example, if you have 10 subjects, and in one area the brain a given voxel is present for 9 of the 10 subjects? Is the 3dLME analyzed for just the 9 subjects or is it treated as NA? For one of our voxels, we've run into this issue where there are NA values for some subjects at a given level of treatment and/or time. We received the following error message trying to run the lme command above with a data set containing NA's:

Error in na.fail.default(list(values = c(NA, NA, NA, NA, NA, NA, NA, NA, :
missing values in object


Thanks,

Michael
Subject Author Posted

3dLME - 2 within-subjects factors + covariate?

mrif February 23, 2015 02:03PM

Re: 3dLME - 2 within-subjects factors + covariate?

gang February 23, 2015 02:33PM

Re: 3dLME - 2 within-subjects factors + covariate?

mrif February 24, 2015 01:17PM

Re: 3dLME - 2 within-subjects factors + covariate?

gang February 24, 2015 02:49PM

Re: 3dLME - 2 within-subjects factors + covariate?

mrif February 26, 2015 02:51PM

Re: 3dLME - 2 within-subjects factors + covariate?

gang February 27, 2015 10:05AM

Re: 3dLME - 2 within-subjects factors + covariate?

mrif March 02, 2015 11:11AM

Re: 3dLME - 2 within-subjects factors + covariate?

mrif March 08, 2015 02:11PM

Re: 3dLME - 2 within-subjects factors + covariate?

gang March 09, 2015 10:40AM

Re: 3dLME - 2 within-subjects factors + covariate?

mrif March 10, 2015 02:24PM

Re: 3dLME - 2 within-subjects factors + covariate?

gang March 11, 2015 09:45AM

Re: 3dLME - 2 within-subjects factors + covariate?

mrif March 11, 2015 11:44AM

Re: 3dLME - 2 within-subjects factors + covariate?

gang March 11, 2015 06:10PM

Re: 3dLME - 2 within-subjects factors + covariate?

mrif March 11, 2015 07:46PM

Re: 3dLME - 2 within-subjects factors + covariate?

gang March 12, 2015 11:57AM

Re: 3dLME - 2 within-subjects factors + covariate?

mrif March 12, 2015 12:48PM

Re: 3dLME - 2 within-subjects factors + covariate?

gang March 12, 2015 04:13PM

Re: 3dLME - 2 within-subjects factors + covariate?

mrif March 13, 2015 10:09AM

Re: 3dLME - 2 within-subjects factors + covariate?

gang March 14, 2015 10:21AM

Re: 3dLME - 2 within-subjects factors + covariate?

mrif March 15, 2015 11:23PM