Can we divide into separate steps the variables with missing data according to their type while multiple imputing them in Stata? For example, can we regress the continuous variables separately e.g., as
mi impute chained (regress) total_diseases number_pateints age = education employment , add(20) noisily augment
categorical as,
mi impute chained (logit) score_scale drug_pregference = education employment, add(20) noisily augment
categorical as,
mi impute chained (logit) q5 q33 q56 = education employment, add(20) noisily augment
and not as,
mi impute chained (regress) total_diseases number_pateints age (logit) score_scale drug_pregference (logit) q5 q33 q56 = education employment, add(20) noisily augment
Just wondering if it is possible?
Related Posts with Multiple imputation
DestringDear all, I am trying to destring my variable "district". However, I get the following error: Co…
Using a firm as its own controlDear all, In my study, I am looking at the change in institutional holdings at a certain point (Res…
GARCH model for returns seriesHello everyone, I am studying the effect of the market on the return series of precious metal asse…
Graphing comparison of model using linear age splines vs age dummiesHello, I have a OLS cost model with the cost of health care as the dependent variable and a series …
Assign observations in one year to a different yearDear Statalist Community, I need help with the following problem: In my dataset I have multiple ob…
Subscribe to:
Post Comments (Atom)
0 Response to Multiple imputation
Post a Comment