Hi, I've done an instrumental variable analysis by using the syntax "ivprobit", which represents that the outcome variable is a binary outcome(yes=1, no=0).
In addition to the main analysis, I also report the result of first stage regression.
Here's the result:
According to the result above, I have 2 questions:
(1) Based on the Rule of Thumb by Staiger and Stock(1997), the F-statistics must >10, in order not to be a weak instrument in the analysis. Does the "F-statistics 1071.14" represent the instrumental variable I choose in the analysis a "good instrument" ?
(2) Does the "R-squared 0.3793" represent the explanatory power of the instrumental variable to the endogenous variable?
Thank you in advance!!!
In addition to the main analysis, I also report the result of first stage regression.
Here's the result:
Code:
ivprobit Heart_disease Height (Weight=rs578776_genotype), twostep first Checking reduced-form model... first-stage regression Source | SS df MS Number of obs = 3,509 -------------+---------------------------------- F(2, 3506) = 1071.14 Model | 213791.893 2 106895.947 Prob > F = 0.0000 Residual | 349887.519 3,506 99.7967823 R-squared = 0.3793 -------------+---------------------------------- Adj R-squared = 0.3789 Total | 563679.412 3,508 160.683983 Root MSE = 9.9898 ----------------------------------------------------------------------------------- Weight | Coef. Std. Err. t P>|t| [95% Conf. Interval] ------------------+---------------------------------------------------------------- rs578776_genotype | .3987121 .2926412 1.36 0.173 -.1750522 .9724765 Height | .9997172 .0216051 46.27 0.000 .9573573 1.042077 _cons | -99.16142 3.661257 -27.08 0.000 -106.3398 -91.98301 ----------------------------------------------------------------------------------- Two-step probit with endogenous regressors Number of obs = 3,509 Wald chi2(2) = 2.84 Prob > chi2 = 0.2414 ------------------------------------------------------------------------------ | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- Weight | .2141107 .2000621 1.07 0.285 -.1780039 .6062253 Height | -.2218302 .2000962 -1.11 0.268 -.6140115 .1703511 _cons | 20.92252 19.74899 1.06 0.289 -17.78478 59.62983 ------------------------------------------------------------------------------ Instrumented: Weight Instruments: Height rs578776_genotype ------------------------------------------------------------------------------ Wald test of exogeneity: chi2(1) = 2.03 Prob > chi2 = 0.1538
According to the result above, I have 2 questions:
(1) Based on the Rule of Thumb by Staiger and Stock(1997), the F-statistics must >10, in order not to be a weak instrument in the analysis. Does the "F-statistics 1071.14" represent the instrumental variable I choose in the analysis a "good instrument" ?
(2) Does the "R-squared 0.3793" represent the explanatory power of the instrumental variable to the endogenous variable?
Thank you in advance!!!
Comment