Code:
webuse auto
qui mlogit rep78 weight length turn displacement, base(1)
est store mlogit
estout mlogit, stats(r2_p N, labels("Psuedo R-Squared" "N")) cells(b(star fmt(4)) se(par fmt(4))) label unstack collabels("1v1" "1v2" "1v3" "1v4" "1v5")Code:
----------------------------------------------------------------------------------------------------
mlogit
1 2 3 4 5
1v1 1v1 1v1 1v1 1v1
----------------------------------------------------------------------------------------------------
Weight (lbs.) 0.0000 -0.0063 -0.0016 -0.0033 -0.0018
(.) (0.0048) (0.0038) (0.0041) (0.0049)
Length (in.) 0.0000 0.0850 0.0402 0.1140 0.1837
(.) (0.1291) (0.1060) (0.1123) (0.1291)
Turn Circle (ft.) 0.0000 0.1876 -0.3254 -0.5321 -0.6891
(.) (0.4778) (0.4457) (0.4557) (0.4838)
Displacement .. in.) 0.0000 0.0326 0.0216 0.0194 -0.0406
(.) (0.0298) (0.0274) (0.0281) (0.0415)
_cons 0.0000 -9.9248 8.9183 8.2266 5.5910
(.) (14.1133) (11.7331) (12.3532) (13.9921)
----------------------------------------------------------------------------------------------------
Psuedo R-Squared 0.2159
N 69.0000
----------------------------------------------------------------------------------------------------Additionally, is there a way to avoid reporting the blank column for the reference category (first column in the example)?
Thanks!
0 Response to Multinomial Logit and estout
Post a Comment