I want to test the association between childhood behaviors at age six and trajectories of welfare use in early adulthood (3 levels). I’m using a multinomial logistic regression model and need to control for the clustering at age 6 at the school and classroom levels, all within a multiple imputations framework (i.e. MICE).
From what I’ve read, Stata doesn’t have a dedicated multilevel command for multinomial logistic regression – it can only be done using the gsem command. I’ve also read that the gsem command does not support multiple imputations, although it can be forced using the cmdok command.
The model I want to run is this:
mi estimate: ?command 3_level_outcome pred1 pred2 etc || school: || class:
Are there alternatives to using gsem for this kind of problem? If not, what would the gsem model look like? Note that I don’t plan to interpret effects at the school and classroom level, I just want to control for them.
Thank you.
Related Posts with Adjustment for clustered predictors in multinomial logistic regression with multiple imputations
understanding a treatment effect with group fixed effectsI am trying to understand why the effect of a treatment variable in a regression changes when a) inc…
Fitting Random Slope in Mixed ModelsGreetings Experts, I use stata version 15.0. I have longitudinal data that I am trying to fit some …
Asdoc error in tabulation with Freq=1Hi all, I am having problems with asdoc when exist frequency=1, I know that its a naive question bu…
Error r(43) convergence not achieved. CFA, SEM, estat gofHi, I have a dataset with 12 ordinal variables of 4 categories. I use SEM command to perform CFA and…
Test difference between predicted valuesHello, I have a model which is regressing log wages on being immigrant/native. However, immigrant a…
Subscribe to:
Post Comments (Atom)
0 Response to Adjustment for clustered predictors in multinomial logistic regression with multiple imputations
Post a Comment