Hi, I am pretty new to using syntax and having an issue with the same error code. I previously ran the syntax OK using V.21 but running on V.25:
"Mixed Text: number Command: mixed
An undefined variable name, or a scratch or system variable was specified in a variable list which accepts only standard variables. Check spelling and verify the existence of this variable.
Execution of this command stops." It may be the syntax needs to be updating? I have tried troubleshooting/cleaning data - to no avail though. All variable names ARE valid according to IBM user guide etc...
Syntax:
mixed probac_post BY treatment period volunteer_id number WITH probac_pre
/fixed = probac_pre period treatment
/random intercept | subject(volunteer_id) covtype(vc)
/repeated number | subject(volunteer_id*period) covtype(diag)
/emmeans =TABLES(treatment) compare(treatment).
VARIABLE NAME LIST (9/33 of the variable names)
volunteer_id
period
treatment
ei_pre
ei_post
bif_pre
bif_post
probac_pre
probac_post
#SPSSStatistics#Support#SupportMigration