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  

|
jef
February 10, 2021 08:44AM
Hello,

I am trying to rerun my 3dlmer models with the bounds inclusion to make sure my results were not influenced by outliers, but I'm receiving the following error:


Here is the top of my script. Only edit is the "bounds" line

3dLMEr -prefix rec_3dLMEr_age2c_bounds -jobs 28 \
 -model 'Rec*age_c+Rec*age2_c+(age_c|Subj)' \
 -qVars "age_c,age2_c" \
 -qVarCenters "0,0" \
 -bounds -2 2 \


...
Loading required package: snow
Package snow loaded successfully!

Z slice # 1 done:  02/10/21 08:34:33.961
Z slice # 2 done:  02/10/21 08:34:34.873
Z slice # 3 done:  02/10/21 08:34:35.889
Z slice # 4 done:  02/10/21 08:34:36.682
Z slice # 5 done:  02/10/21 08:34:37.530
Error in checkForRemoteErrors(val) :
  one node produced an error: missing value where TRUE/FALSE needed
Calls: aperm ... clusterApply -> staticClusterApply -> checkForRemoteErrors
Execution halted


The script works without bounds included. Any tips would be greatly appreciated because I'd like to compare models.

Thanks!
Subject Author Posted

3dlmer bounds error "checkForRemoteErrors(val) "

jef February 10, 2021 08:44AM

Re: 3dlmer bounds error "checkForRemoteErrors(val) "

gang February 11, 2021 05:34PM