I am running a mixed model that will not converge with a raw Time variable (1-8), which is included as fixed and random effect. What is strange and troubling is that the exact same model will converge if I either standardize the Time variable or divide it by 2 (so it is .5-4). Moreover, the exact some model that will not converge for me (raw Time variable) also will not converge for some of my students but WILL converge for some of my other students. The model will not converge for me using SPSS 26 or SPSS 27. Here is the syntax:
MIXED nwms WITH Time ms_cn bdi_cn
/CRITERIA=CIN(95) MXITER(10000) MXSTEP(100) SCORING(1) SINGULAR(0.000000000001) HCONVERGE(0,
ABSOLUTE) LCONVERGE(0, ABSOLUTE) PCONVERGE(0.000001, ABSOLUTE)
/FIXED= Time ms_cn bdi_cn | SSTYPE(3)
/METHOD=REML
/PRINT= SOLUTION TESTCOV
/RANDOM= intercept Time ms_cn bdi_cn | SUBJECT(IDnum) COVTYPE(UN).
#SPSSStatistics#Support#SupportMigration