I have been puzzling over this too long and feel like I must be misisng something. I am using -mi impute chained- the way I typically do, but it keeps giving me an error.
I get this error:
What am I missing?
Code:
mi set mlong mi register imputed base p_marital mi impute chained (regress) base = p_age i.p_marital i.s_type (mlogit) p_marital= p_age, add(10)
Code:
variable mlogit not found -- above applies to specification = p_age i.p_marital i.s_type (mlogit) p_marital= p_age
Comment