Announcement

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

  • Regressions Table in Stata

    How to create a table in Stata which shows the difference of two regression results previously run?



    Click image for larger version

Name:	Screen Shot 2022-06-16 at 8.20.20 PM.png
Views:	1
Size:	216.1 KB
ID:	1669574


  • #2
    Abhishek:
    you may want to take a look at https://www.statalist.org/forums/for...m-stata-to-doc
    Kind regards,
    Carlo
    (Stata 19.0)

    Comment


    • #3
      Thanks Carlo. Actually, my question is more about how to show the "difference of two regression results" previously run? I know we can store the results using
      estimates store m1, title(abc)
      estimates store m2, title(xyz)
      Now, how to make a table which shows (m1 - m2) , as shown in the attachment above?

      Comment

      Working...
      X