Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Esttab Probit Regression columnwise

    Hello,

    I ran a multinomial regression model with 11 categories in the dependent variable. When I try to produce a good looking table for my publication with the command "esttab", I receive a very unfriendly format, one category below the other. Is it possible to put the single categories in columns next to each other, like if they were single models which I combine in the "esttab" command?

    Now I have two to three pages with one table and I want to reduce it as small as possible.
    Can someone help me out?

    Kind regards,
    Stephan Krayter

  • #2
    Try this:

    Code:
    webuse sysdsn1
    mprobit insure age male nonwhite i.site
    esttab, unstack

    Comment


    • #3
      Thank you very much Dimitriy, it fixed my problem.

      Sometimes it is the simple solution which is hard to find

      Comment

      Working...
      X