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" \
[b]-bounds -2 2 \[/b]
...
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!