Hi all,
When I used 'estat concordance' after 'stcox', I can easily get C index for the cox model. However, I need to use MI for the missing data. So how to get a C index after multiple imputation?
My codes are:
mi set w
mi register imputed bmi
mi imputed regress bmi age bp wc
mi estimate: stcox bmi, nolog
Then I don't know how to get C index. I tried 'mi estimate: estat concordance', but it is not allowed.
Thanks so much in advance for you any help!!
Mileo
When I used 'estat concordance' after 'stcox', I can easily get C index for the cox model. However, I need to use MI for the missing data. So how to get a C index after multiple imputation?
My codes are:
mi set w
mi register imputed bmi
mi imputed regress bmi age bp wc
mi estimate: stcox bmi, nolog
Then I don't know how to get C index. I tried 'mi estimate: estat concordance', but it is not allowed.
Thanks so much in advance for you any help!!
Mileo
Comment