Announcement

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

  • Exporting the estimates from did_multiplegt

    Hi,

    Since my data is on a secured server, I must save my regression estimates in a separate file (.txt, .tex, etc.) so that Statistics Canada can approve them before I can use them for my paper.

    For the other regressions, I've used estout. For some reasons, it doesn't work with the output from did_multiplegt. Am I doing something wrong? If not, is there an alternative way to export those estimates?

    Thank you.

  • #2
    Hi Samy, were you able to find a solution to this? I've encountered the same problem.
    Best,
    Sam

    Comment


    • #3
      Originally posted by Sam Grant View Post
      Hi Samy, were you able to find a solution to this? I've encountered the same problem.
      Best,
      Sam
      I've contacted the author of the package and they've given me the following three solutions:
      • Saving the results in e(), then put those in a matrix and them export the matrix to .tex;
      • Copy-pasting the results to Excel;
      • Saving the log and create the table myself in LaTeX.
      I opted for the last option because of other concerns.

      I hope that was helpful.
      Last edited by Samy Gallienne; 07 Jan 2023, 14:19.

      Comment


      • #4
        Update: Since the authors have added the save_results option which saves the result to a desired path in a .dta file.

        Comment

        Working...
        X