I am manually implementing the likelihood ratio test for multiply imputed data by Meng and Rubin (1992). I am using it for testing variance components in a 3-components mixed model, using the command -mixed-. In one step in the implementation I have to constrain parameters of the mixed model. However, constraints are not allowed in -mixed-. Therefore, I have used -gllamm-, but -gllamm- is extremely slow for my particular application (which results in weeks of computation time for all the testing that I need to do). Do anyone have suggestions for alternative (user-written) commands that might allow me to constrain parameters in a mixed model?
Update: I am talking about constraining the fixed effects part of the model (coefficient parameters), not the random part of the model (which is easy to do in -mixed-)
Update: I am talking about constraining the fixed effects part of the model (coefficient parameters), not the random part of the model (which is easy to do in -mixed-)
Comment