我在做
关于IIA(无关选择独立性假设)和hausman检验时,如果以默认参照组(默认组是第二组)进行hausman检验时,可以用mlogtest,hausman base
这个命令,并且可以生成结果:
**** Hausman tests of IIA assumption
Ho: Odds(Outcome-J vs Outcome-K) are independent of other alternatives.
You used the old syntax of hausman. Click here to learn about the new syntax.
(storing estimation results as _HAUSMAN)
Omitted | chi2 df P>chi2 evidence
---------+------------------------------------
1 | 0.000 1 1.000 for Ho
2 | -0.000 3 1.000 for Ho
3 | 0.000 1 1.000 for Ho
4 | 0.000 1 1.000 for Ho
5 | -0.000 2 1.000 for Ho
6 | 0.000 1 1.000 for Ho
7 | 0.000 1 1.000 for Ho
8 | -0.000 2 1.000 for Ho
9 | -0.000 2 1.000 for Ho
10 | 0.000 1 1.000 for Ho
11 | -0.000 3 1.000 for Ho
12 | -0.000 2 1.000 for Ho
13 | -0.000 1 1.000 for Ho
----------------------------------------------
但是如果我自己去选择参照组(不是默认的)时,就会出现:
**** Hausman tests of IIA assumption
Ho: Odds(Outcome-J vs Outcome-K) are independent of other alternatives.
You used the old syntax of hausman. Click here to learn about the new syntax.
(storing estimation results as _HAUSMAN)
factor-variable and time-series operators not allowed
r(101);
这个是怎么回事?难道mlogtest,hausman base只能对默认组检验吗?