Hi,
I am using Stata 14.
I imputed data using MICE procedure. Then I would like to estimate stratified odds ratio for smoking using logistic model (below).
I tried to use lincom statment for odds ratio for smoking categories but got error msg.
Please let me know the code to get the stratified odds ratio for smoking categories,
Thank you!
I am using Stata 14.
I imputed data using MICE procedure. Then I would like to estimate stratified odds ratio for smoking using logistic model (below).
Code:
. mi estimate: logit unconbp age ldl i.dm##i.smoking i.bmic i.race_eth
Code:
requested action not valid after most recent estimation command r(321);
Thank you!
Comment