Hi,

I want to report only certain coefficients from multinomial logistic regression. I am using the following command

mlogit dep var1 var2 var3 var4
estimates table, keep(var1 var2) b p

However, the table reports that coefficients are omitted but in fact, they are not omitted. How can I solve this problem?

Ulas