Dear all,
I am running a multinomial logistic and I want to test the IIA with the Hausman test, but when I run this code
I get this error
Anyone could tell me what is not working out, please?
PS When I run the Small-Hsiao test I get no error and no violation of the IIA.
I am running a multinomial logistic and I want to test the IIA with the Hausman test, but when I run this code
Code:
mlogit class_EMPL_EQUIP l(2)(log_GREEN_ICE_ADJ log_HYBRID_ADJ log_ELECTRIC_ADJ ... ) i.YEAR, base (3) mlogtest, haus
HTML Code:
Hausman tests of IIA assumption (N=258) Ho: Odds(Outcome-J vs Outcome-K) are independent of other alternatives no coefficients in common; specify equations(matchlist) for problems with different equation names. r(498);
PS When I run the Small-Hsiao test I get no error and no violation of the IIA.