Announcement

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

  • R-squared after newey

    Good evening,

    Is there a way to get R-squared after newey without having to run an additional regress? I have to run lots of regressions, and would prefer not to have to run twice as many.

    Thank you,
    Stan

  • #2
    Dear Stan Peterburgsky

    If you really need the R2, you can just use ivreg2 with the options bw(auto) robust.

    Best wishes,

    Joao

    Comment


    • #3
      Stan, note that -ivreg2- is not an official Stata command.
      Code:
      ssc describe ivreg2
      --
      Bruce Weaver
      Email: [email protected]
      Version: Stata/MP 18.5 (Windows)

      Comment


      • #4
        Thank you very much! Its exactly what I needed.

        Comment

        Working...
        X