Announcement

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

  • Check for singleton dummy

    Hello,

    When I run ivreg2 on my sample, stata does not report overidentification statistic. It mentions singleton dummies in the possible causes. How can I check for the same?

    Thanks

  • #2
    I was unable to replicate the problem, but typically you can list the ID (or whatever tells you what you're looking for) using

    list ID if !e(sample)

    If that doesn't work, then estimate by reg and try that.

    Comment


    • #3
      or,

      gen insample=e(sample)

      and look for 0's.

      Comment


      • #4
        Thank you, George.

        Comment

        Working...
        X