Announcement

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

  • confidence interval code after running a regression

    Hi all,
    I have a question on how to save the coefficients and the confidence intervals after running a regression. These results are demonstrated by stata but cannot be found in "ereturn list". Anyone has an idea on how to quickly get them? The main purpose of this is that in some papers, some authors would use them to draw a twoway line with coefficients of interest as y axis. To generate a matrix and incorporate the e(b) e(V) in would be too time-consuming.
    2B or not 2B, that's a question!

  • #2
    Here is a Stata tip describing how to get them from the results returned in e(): https://www.stata-journal.com/articl...article=st0137

    Alternatively, they are returned in r(table) after an estimation command. Type matlist r(table) after estimation your model
    ---------------------------------
    Maarten L. Buis
    University of Konstanz
    Department of history and sociology
    box 40
    78457 Konstanz
    Germany
    http://www.maartenbuis.nl
    ---------------------------------

    Comment


    • #3
      Originally posted by Maarten Buis View Post
      Here is a Stata tip describing how to get them from the results returned in e(): https://www.stata-journal.com/articl...article=st0137

      Alternatively, they are returned in r(table) after an estimation command. Type matlist r(table) after estimation your model
      Thank you for your information! This is very useful and much more convenient!
      2B or not 2B, that's a question!

      Comment

      Working...
      X