Announcement

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

  • Publication quality regression table with standard errors

    Dear all,
    I am desperately looking for a way to produce publication quality regression tables with standard errors listed next to the coefficient in a row. Similar to this (Eder et al., 2015):
    Click image for larger version

Name:	Unbenannt.png
Views:	1
Size:	50.1 KB
ID:	1450262





    I would like to create a very dense overview because of the large number of independent variables in my model (most of them are categorical). I am also very much open to any other suggestions to present such results!

    Kind regards

    Markus Freitag

    Eder - Marcello - Müller (2015): Winning over voters or fighting party comrades? Personalized constituency campaigning in Austria. (Electoral Studies 39 (1), p. 316-328).

  • #2
    Ben Jann's command -estout- is what I tend to recommend. It isn't that great at producing table 1, in my opinion, but it is perfectly fine for posting estimation results. Type

    Code:
    search estout
    ssc install estout
    Be aware that it can be very hard to answer a question without sample data. You can use the dataex command for this. Type help dataex at the command line.

    When presenting code or results, please use the code delimiters format them. Use the # button on the formatting toolbar, between the " (double quote) and <> buttons.

    Comment


    • #3
      You should also consider outreg2.

      Comment

      Working...
      X