Announcement

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

  • LaTeX tables

    Dear Stata Users,

    I am using the csdid command to perform event studies à la Callaway and Sant'Anna (2020). To complement the coefficient plots, I would like to create a LaTeX table summarizing the ATT(g,t) estimates. Unfortunately, csdid does not directly work with tools like esttab.

    Does anyone have any suggestions for creating a LaTeX table similar to the one in the attached figure (from Callaway and Sant'Anna, 2020)?

    WhatsApp Image 2024-02-28 at 16.31.54.jpeg



    Last edited by Andrea Mosca; 28 Feb 2024, 10:30.

  • #2
    Use estat.
    Code:
    estat event, estore(eq1)
    esttab eq1

    Comment

    Working...
    X