Announcement

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

  • Creating Regression Output Table in STATA 14

    How can I create regression output table in STATA 14? I am using
    Code:
    etable
    but stata is saying: command etable is unrecognized.
    I am using this command
    Code:
    etable, estimates(model1) showstars showstarsnote title("Table 1. Relationship between v1 and v2") export(mydoc.docx, replace)

  • #2
    the etable command was introduced in Stata 17. Try Ben Jann's excellent estout package, introduced in this Stata Journal article.
    Last edited by Devra Golbe; 19 May 2024, 09:03.
    Devra Golbe
    Professor Emerita, Dept. of Economics
    Hunter College, CUNY

    Comment


    • #3
      Thanks

      Comment

      Working...
      X