Hi,
Could I possibly have some help using multiple imputation within a propensity score model?
Sorry for lack of dataex - my STATA work is all on a secure server so copied here.
I have read around the topic, and I think(!) what I should be doing (in view of the pattern of missingness and presence of unmeasured confounding), is to use a combination of multiple imputation and the missing indicator method to develop my propensity score (which I then plan to adjust for in a logistic regression model to compare with multivariable adjustment).
So far, I have a multiple imputation model for ethnicity, and a separate propensity score model.
My propensity score model is as follows:
stepwise, pr(0.2): ologit i.ckdstage_grp i.ageyears_grp ethnic_white obese diabetes i.smoker gender cvd
predict propensity_NST
And my multiple imputation model (if relevant) is:
mi set wide
mi register imputed ethnic_white
mi register regular obese ckdstage_grp ageyears_grp COPD diabetes smoker gender cvd
mi impute chained (logit) ethnic_white = obese ckdstage_grp gender, add(20) rseed(2232) (I added obese, ckdstage_grp and gender as highly correlated with missingness)
Could you possibly tell me how I would rephrase my propensity model to include the multiply imputed ethnicity data (if this sounds vaguely correct!)? I think I can manage the missing indicator aspect.
Thankyou so much
Jemima
Could I possibly have some help using multiple imputation within a propensity score model?
Sorry for lack of dataex - my STATA work is all on a secure server so copied here.
I have read around the topic, and I think(!) what I should be doing (in view of the pattern of missingness and presence of unmeasured confounding), is to use a combination of multiple imputation and the missing indicator method to develop my propensity score (which I then plan to adjust for in a logistic regression model to compare with multivariable adjustment).
So far, I have a multiple imputation model for ethnicity, and a separate propensity score model.
My propensity score model is as follows:
stepwise, pr(0.2): ologit i.ckdstage_grp i.ageyears_grp ethnic_white obese diabetes i.smoker gender cvd
predict propensity_NST
And my multiple imputation model (if relevant) is:
mi set wide
mi register imputed ethnic_white
mi register regular obese ckdstage_grp ageyears_grp COPD diabetes smoker gender cvd
mi impute chained (logit) ethnic_white = obese ckdstage_grp gender, add(20) rseed(2232) (I added obese, ckdstage_grp and gender as highly correlated with missingness)
Could you possibly tell me how I would rephrase my propensity model to include the multiply imputed ethnicity data (if this sounds vaguely correct!)? I think I can manage the missing indicator aspect.
Thankyou so much
Jemima
Comment