Hello,
I have a binary endogenous regressor X and binary outcome Y. My instrument is a set of exogeneous Z that take on values 1, 2, 3, 4. I also want to include region by time "fixed effects" or "dummies" D_1 through D_n. Is STATA's ivprobit command the way to do this?
At first, I believed this regression was forbidden or would yield inconsistent results, but reading the forum post below leads me to believe that I was mistaken.
Can this be run as
Thank you,
I have a binary endogenous regressor X and binary outcome Y. My instrument is a set of exogeneous Z that take on values 1, 2, 3, 4. I also want to include region by time "fixed effects" or "dummies" D_1 through D_n. Is STATA's ivprobit command the way to do this?
At first, I believed this regression was forbidden or would yield inconsistent results, but reading the forum post below leads me to believe that I was mistaken.
Can this be run as
Code:
ivprobit Y X [Z D_1 D_2...D_n-1]

Comment