I would like to use Ben Jann's -estout- package (http://repec.org/bocode/e/estout/) to report results from -mlogit- omitting the base category.
The following code produces a table which includes a column of zeros for the base outcome (in this example, rep78=2.) How do I omit that column?
Thanks,
Devra
The following code produces a table which includes a column of zeros for the base outcome (in this example, rep78=2.) How do I omit that column?
:
sysuse auto mlogit rep78 price mpg, baseoutcome(2) estout, unstack
Thanks,
Devra