Announcement

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

  • How to solve endogeneity issue when dependent and endogenous independent variable both are BINARY

    Hi, I have a regression model where my dependent variable (Y) is binary, the endogenous independent variable (x1) is also binary and i have identified two IVs which are continuous. I have been told that i cannot use the 2sls with probit in both steps because its called the "forbidden regression". Moreover, "ivprobit" cannot work because the endogenous independent variable is binary. Can someone please guide me on how to tackle this issue? Thanks.

  • #2
    You might want to take a look at here and try special regressor method.
    Code:
    ssc install sspecialreg
    help sspecialreg

    Comment


    • #3
      Thanks for the suggestion, Amin. I think this can work.

      Comment


      • #4
        Some of the extended regression routines in Stata 15 might also work.

        Comment

        Working...
        X