Announcement

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

  • Outreg2 changing column heading away from "VARIABLES

    Hi all!
    I am using outreg2 to make regression tables. I would like to change the column heading of the first column away from "VARIABLES". This does not work via ctitle.

    Thanks!

    sysuse auto, clear
    reg price mpg
    outreg2 using test.doc, ctitle(model1)
    (1)
    VARIABLES model1
    mpg -238.9***
    (53.08)
    Constant 11,253***
    (1,171)
    Observations 74
    R-squared 0.220

Working...
X