HI
I am estimating a recursive bivariate probit model in which CSO_PRESENCE is treated as an endogenous binary explanatory variable in the HARD_FREEZE equation. My excluded instrument for CSO_PRESENCE is CSO_Percentage.
The model is estimated as follows:
I would like to know how to conduct and report the following post-estimation diagnostic tests after biprobit:
test [athrho]_cons = 0
but Stata returned:
equation [athrho] not found r(303);
Should the endogeneity test after biprobit be conducted using:
test /athrho = 0
or is there another recommended command?
For the instrument relevance test, is it appropriate to test whether CSO_Percentage is statistically significant in the CSO_PRESENCE equation, for example:
test [CSO_PRESENCE]CSO_Percentage = 0
More generally, I would be grateful for advice on how to perform the endogeneity, underidentification, weak identification, Stock-Yogo, Anderson-Rubin, and instrument relevance tests after a recursive biprobit model with clustered standard errors.
Best regards,
Hussein
I am estimating a recursive bivariate probit model in which CSO_PRESENCE is treated as an endogenous binary explanatory variable in the HARD_FREEZE equation. My excluded instrument for CSO_PRESENCE is CSO_Percentage.
The model is estimated as follows:
HTML Code:
asdoc biprobit (HARD_FREEZE = CSO_PRESENCE SIZE ROA LEV MB OCF SD_OCF BOARD_SIZE GENDER_RATIO BOARD_IND SUS_COMM FUND_STATUS FUND_RATIO PLAN_SIZE i.year i.ff_12 ) (CSO_PRESENCE = CSO_Percentage SIZE ROA LEV MB OCF SD_OCF BOARD_SIZE GENDER_RATIO BOARD_IND SUS_COMM FUND_STATUS FUND_RATIO PLAN_SIZE i.year i.ff_12), vce(cluster id) dec(4) tzok
- Endogeneity test
For example, testing whether CSO_PRESENCE is endogenous in the HARD_FREEZE equation. - Underidentification test
For example, a Kleibergen-Paap rk LM-type test. - Weak identification test
For example, a Kleibergen-Paap rk Wald-type test. - Stock-Yogo critical values
For assessing whether the instrument is weak. - Anderson-Rubin Wald test
For weak-instrument robust inference. - Instrument relevance test
For testing whether CSO_Percentage significantly predicts CSO_PRESENCE.
test [athrho]_cons = 0
but Stata returned:
equation [athrho] not found r(303);
Should the endogeneity test after biprobit be conducted using:
test /athrho = 0
or is there another recommended command?
For the instrument relevance test, is it appropriate to test whether CSO_Percentage is statistically significant in the CSO_PRESENCE equation, for example:
test [CSO_PRESENCE]CSO_Percentage = 0
More generally, I would be grateful for advice on how to perform the endogeneity, underidentification, weak identification, Stock-Yogo, Anderson-Rubin, and instrument relevance tests after a recursive biprobit model with clustered standard errors.
Best regards,
Hussein

Comment