I am using xtivreg. I have two endogenous variables. Both are dummy variables. This means that xtivreg is considering two first stage regressions. Both regressions imply a linear probability model since the endogenous variables are dummy variables. In one of the two first stage regressions, one of the regressors has a coefficient larger than one. This seems implausible since in a linear probability model the coefficients should be between zero and one (in particular, the coefficient of the first order 'age' term when I consider a continous cubic age function). This seems to suggest that I should change the first stage linear probability model, perhaps to a probit model. As far as I am aware, Stata does not allow me to do this. Or does it, and otherwise is there a way I could deal with the problem?
Meanwhile, I assume that I am right that xtivreg is estimating a lienar probability model in the first stage if the endogenous variable is a dummy variable. From Stata's xt manual, unfortunately, it is not so clear to me what model precisely is being estimated in the first stage, which also seems to depend on if the fe or re options are specified. Could you please provide some clues for the first stage model too?
Meanwhile, I assume that I am right that xtivreg is estimating a lienar probability model in the first stage if the endogenous variable is a dummy variable. From Stata's xt manual, unfortunately, it is not so clear to me what model precisely is being estimated in the first stage, which also seems to depend on if the fe or re options are specified. Could you please provide some clues for the first stage model too?

Comment