Hello,
I am conducting a case control study on individuals matched on age and gender. I want to run a conditional logistic model and control for three variables named; degurbax, utbkat and landkat2 (type of living area, educational level and country of birth).
All these variables that are being controlled for have missing data, on which I want to impute. However, when i run the clogit on the mi estimate, STATA does not report OR, but a coefficient. The code I have been using is the following;
mi set mlong
mi register imputed utbkat landkat2 degurbax
mi impute chained (ologit) utbkat (mlogit) landkat2 (mlogit) degurbax, add(20) rseed(1234) savetrace(trace1,replace)
mi estimate: clogit fall M00 i.degurbax i.utbkat i.landkat2, group(grupp) or
I will attach two printscreens, and as you can see there is no difference when I ask STATA to report OR, from when I am not.
Is there anyone who knows what I am doing wrong? When I use clogit without "mi estimate"-prefix it DOES report OR. Is it valid to use this output?
Kind regards,
Adrian
I am conducting a case control study on individuals matched on age and gender. I want to run a conditional logistic model and control for three variables named; degurbax, utbkat and landkat2 (type of living area, educational level and country of birth).
All these variables that are being controlled for have missing data, on which I want to impute. However, when i run the clogit on the mi estimate, STATA does not report OR, but a coefficient. The code I have been using is the following;
mi set mlong
mi register imputed utbkat landkat2 degurbax
mi impute chained (ologit) utbkat (mlogit) landkat2 (mlogit) degurbax, add(20) rseed(1234) savetrace(trace1,replace)
mi estimate: clogit fall M00 i.degurbax i.utbkat i.landkat2, group(grupp) or
I will attach two printscreens, and as you can see there is no difference when I ask STATA to report OR, from when I am not.
Is there anyone who knows what I am doing wrong? When I use clogit without "mi estimate"-prefix it DOES report OR. Is it valid to use this output?
Kind regards,
Adrian
Comment