Hi All

Code:
ivprobit Y (X=religioniv) CONTROLS i.isic i.ccode, vce(robust)
When I use ivprobit model the religioniv has positive coefficient in the first step regression. However, the correlation table shows that the relationship between endogenous regressor and instrument variable is negative so when I run a separate regression of endogenous regressor and instrument variable like

Code:
regress X religioniv CONTROLS i.isic i.ccode, vce(robust)
the coefficient is negative. Can expert please help me, why the coefficients are not consistent I mean having same sign in both of regressions. Where is the problem and how can I correct the issue?