Running MIXED with time as a factor
Posted by kine on Jun 07, 2012; 2:00pm
URL: http://spssx-discussion.165.s1.nabble.com/Running-MIXED-with-time-as-a-factor-tp5713561.html
Dear subscribers,
I would like to get the parameter estimation on ALL the categories (time 1, time 2, time 3) in my three-way interaction analysis. As of now, SPSS only estimates time 1 and 2 (as it often does with categorical data).
How may I obtain this information? Please find present syntax below:
mixed Exlog with OPce Posce pssce pcsce Gender Age Sector Respons Tenure Hour_w BY time
/CRITERIA=MXITER (5000)
/print=solution
/method=reml
/fixed = Gender Age Sector Respons Tenure Hour_w OPce time OPce*time OPce*POSce OPce*PsSce OPce*PcSce PoSce pssce pcsce pssce*time pcsce*time Posce*time POSce*OPce*time PsSce*OPce*time PcSce*OPce*time
/random intercept time | subject(id) covtype(VC).
Best regards,
Kine