I have STATA 14. I'm using a mixed effects model and wanted to know the best approach to simplify our model. Right now, the model includes random effects of subjectID (there are 96 observations for each of the 33 subjects), 3 categorical variables (2 with two levels and 1 with three levels) and 2 continuous variables, and the dependent variable is continuous. Each subject undergoes the same task. The task has two epochs. Each epoch has 2 blocks. And each block is comprised of 8 trials of each of the 3 conditions in a fixed random order (24 trials per block). The syntax from what I have been running is this:
Any advice would be appreciated. And if more any additional information would be helpful, please let me know.
Thank you!
mixed c.dv epoch##block##condition##continuous_var1##continuo us_var2 || subjectID:The problem I am having is that this model is quite large given all of the interaction terms, and I cannot get the stepwise command to work with interaction terms, which I expect to have some significance in this model.
Any advice would be appreciated. And if more any additional information would be helpful, please let me know.
Thank you!
Comment