Hello everyone, I'm a new STATA user.
I'm analysing this database. I've performed a multiple imputation in order to calculate COX multiple regression on outcome Overalldeath (MO2). Can I choose which variables I've to imputed for multiple imputation? I mean, there are more missing variables, but among those I've imputed only the ones I'm going to use further.
mi impute chained (logit) bmi_c (logit) NYHA_dic2 (logit) smok2 (logit) MAP2 (logit) HR2 (logit) anemia2 (logit) dyskalemia2 (logit) gfr_cat2 (mlogit) age_cat2 = i.IHD2 i.hypertension2 i.diabetes2 i.valdis2 i.strokeT2 i.dementia2 i.ace i.BB i.mra i.ccb i.AC i.statin i.nitrate i.SGL i.PPI , add(10) rseed(43421) force dots
Once performed the imputation, the covariate I need to input in the regression model are the same I've imputed for imputation itself?
mi stset sos_timetodeath, failure(OM2 ==1) scale(365.25) exit(time 5000)
mi estimate, eform post: stcox i.bmi_c i.NYHA_dic2 i.smok2 i.MAP2 i.HR2 i.anemia2 i.dyskalemia2 i.gfr_cat2 i.age_cat2 i.IHD2 i.hypertension2 i.diabetes2 i.valdis2 i.strokeT2 i.dementia2 i.ace i.BB i.mra i.ccb i.AC i.statin i.nitrate i.SGL i.PPI cancer_acearbarni
thanks everyone
I'm analysing this database. I've performed a multiple imputation in order to calculate COX multiple regression on outcome Overalldeath (MO2). Can I choose which variables I've to imputed for multiple imputation? I mean, there are more missing variables, but among those I've imputed only the ones I'm going to use further.
mi impute chained (logit) bmi_c (logit) NYHA_dic2 (logit) smok2 (logit) MAP2 (logit) HR2 (logit) anemia2 (logit) dyskalemia2 (logit) gfr_cat2 (mlogit) age_cat2 = i.IHD2 i.hypertension2 i.diabetes2 i.valdis2 i.strokeT2 i.dementia2 i.ace i.BB i.mra i.ccb i.AC i.statin i.nitrate i.SGL i.PPI , add(10) rseed(43421) force dots
Once performed the imputation, the covariate I need to input in the regression model are the same I've imputed for imputation itself?
mi stset sos_timetodeath, failure(OM2 ==1) scale(365.25) exit(time 5000)
mi estimate, eform post: stcox i.bmi_c i.NYHA_dic2 i.smok2 i.MAP2 i.HR2 i.anemia2 i.dyskalemia2 i.gfr_cat2 i.age_cat2 i.IHD2 i.hypertension2 i.diabetes2 i.valdis2 i.strokeT2 i.dementia2 i.ace i.BB i.mra i.ccb i.AC i.statin i.nitrate i.SGL i.PPI cancer_acearbarni
thanks everyone
Comment