"Stop right here. MIXED and GENLINMIXED do not use the same data structure as GLM for repeated measures. You need to use the Restructure Data Wizard (pasting VARSTOCASES in this situation). There's an example of preparing a data file this way in http://pic.dhe.ibm.com/infocenter/spssstat/v21r0m0/topic/com.ibm.spss.statistics.cs/mixed_diet_intro.htm.
t0 = 9 DVs at time 0
t2 = 9 DVs at time 2
"
Date: 07/16/2013 07:16 AM
In the link Bruce sent, I think random effects are being used to measure the effect of the repeated measurements. Â That should also work with GENLINMIXED. Â Can you send your current syntax to the list?
Alex
I decided to model this as MIXED first, and if it works and I know how to interpret it, I'll change it into GENLINXMIXED.Â
To repeat my question: do 9 items change differentially over time. I have 2 time points, 9 DVs, and no intervention, and neither do I have schools or classes (but 1500 N).Â/print = g r solutionÂ
t0 = 9 DVs at time 0
t2 = 9 DVs at time 2
index = index coding the information about the 9 items
mixed t2 by index with t0
/fixed = index index*t2 | noint sstype(3)
/method = reml
so far so good.Â
Now, I don't exactly understand what these lines do:ÂIf I simply useÂ
/random = index | subject(school_id) covtype(un) <<< I do not have schools
/repeated = index | subject(UserID) covtype(un).
SPSS crashes ;)Â
/random = index | subject(UserID) covtype(un)
/repeated = index | subject(UserID) covtype(un).
Thank you!
 Eiko
Â
View this message in context: Re: Binomial multivariate repeated GLM
Sent from the SPSSX Discussion mailing list archive at Nabble.com.
http://spssx-discussion.1045642.n5.nabble.com/Binomial-multivariate-repeated-GLM-tp5721013p5721200.htmlIf you reply to this email, your message will be added to the discussion below:
| Free forum by Nabble | Edit this page |