Announcement

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

  • Get full coefficient names after regression

    I am running a regression with an interaction and want to know the coefficient names to use them in lincom. However, if I use matrix list e(b) the names of the interactions are too long to be displayed. How can I access the full coefficeint names of e(b) after regression?

  • #2
    Henry:
    can't you abbreviate their names before -regress-?
    Kind regards,
    Carlo
    (Stata 19.0)

    Comment


    • #3
      Code:
      regress..., coeflegend

      Comment

      Working...
      X