Hi,
Does anyone know the command to get average marginal effect for reduced and full model after applying the khb command to the multiple imputed data?
I've tried this but STATA returns shows no "Reduced" variable found.
Could someone please help?
Does anyone know the command to get average marginal effect for reduced and full model after applying the khb command to the multiple imputed data?
Code:
mi estimate, cmdok: khb logit W1ExcludeYP 2.W1ethgrpYP || i.gor [pweight = Designweight], concomitant (i.W1truantYP c.substance_use c.delinquency) summary disentangle vce (cluster SampPSU) mimrgns, dydx(*) predict(pr)
Could someone please help?