Announcement

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

  • outreg2: how to remove R2 from the table?

    I run the command outreg2 after an areg regression, I just want to remove R2 from the table.
    I try with drop(e(r2)), drop((r2)) or drop((R-squared)) without success.

    Thank you

    Code:
      areg as_sec inter ev, absorb(rc) vce(cluster AB)
      outreg2 using AS, label tex alpha(0.01, 0.05, 0.1) title(Price) ctitle(sec.) replace addtext(R FE, YES, C FE, YES) addstat(Adjusted R-squared, e(r2_a),F-statistic, e(F))
    Thank you
    Last edited by Andrea Lupi; 25 Jul 2019, 12:03.

  • #2
    Code:
    , nor2

    See
    Code:
    help outreg2

    Comment


    • #3
      Thank you Andrew!

      Comment


      • #4
        Andrew, is there any chance to drop out "observations" and "standard errors in parentheses" from the outreg2 output?

        Comment


        • #5
          Originally posted by luis gamboa View Post
          is there any chance to drop out "observations" and "standard errors in parentheses" from the outreg2 output?
          See highlighted:

          Code:
          outreg2 using myfile, replace nonotes noobs

          Comment


          • #6
            Thank you so much Andrew. SOrry for the delay in my answer but I have some problems with my password

            Comment

            Working...
            X