Hi there,
I'm looking for some advice on mixed models please? My data is approximately as follows: 400 participants split over 2 different attitude interventions. The participants are school students from 14 different schools so we want to use mixed models to allow for this nested data. The pp's were measured on 4 attitude items (which will be somewhat correlated but are measuring quite different things)both before and after the intervention, so I have 4 continuous DVs and repeated measures. I want to compare the effect the two interventions had on attitudes. I essentially want to use the pre-intervention measures as covariates. However, in SPSS, the mixed models- linear model- doesn't seem to let you input more than one DV- anyone know what I should do here? I'm reluctant to meld the 4 DVs into one composite one as the measures are quite different and I would lose a lot of good information here.. Any advice appreciated! Thanks! |
Administrator
|
Here's an example with 2 DVs and a single explanatory variable. You should be able to do something similar for your situation.
http://spssx-discussion.1045642.n5.nabble.com/How-to-investigate-the-association-between-two-series-of-measurements-tp5720365p5720373.html HTH.
--
Bruce Weaver bweaver@lakeheadu.ca http://sites.google.com/a/lakeheadu.ca/bweaver/ "When all else fails, RTFM." PLEASE NOTE THE FOLLOWING: 1. My Hotmail account is not monitored regularly. To send me an e-mail, please use the address shown above. 2. The SPSSX Discussion forum on Nabble is no longer linked to the SPSSX-L listserv administered by UGA (https://listserv.uga.edu/). |
After restructuring the dataset into vertical format such that multiple response variables are collapsed into a single response vector, the following MIXED code can be employed to model the multivariate response, taking into account the specifications provided in the original post:
where
y = response vector (response-specific post scores) y_indic = response indicator condition = condition indicator x = response-specific pre scores school_id = school identifier student_id = student identifier
I could spend a great deal of time describing this multivariate model and its assumptions (e.g., MVN distribution), along with specific tests that may be performed via the TEST sub-command (e.g. multivariate response effect of condition, response-specific effects of condition). Instead, I will leave it to the OP to explore the code and write back with any questions.
On Fri, Jun 7, 2013 at 6:31 AM, Bruce Weaver <[hidden email]> wrote: Here's an example with 2 DVs and a single explanatory variable. You should be |
Free forum by Nabble | Edit this page |