how to change this command to report the First stage F-Statistics for 2SLS please
outreg2 using TABLE2_first_stage, addstat("F-statistic", e(F)) adjr2 keep(Z) nocons ctitle("Model 3, Rural") adec(4) addtext("Controls, YES, Region Fixed Effects, YES") excel append addnote("Note: Standard-errors clustered at the region level.")
outreg2 using TABLE2_first_stage, addstat("F-statistic", e(F)) adjr2 keep(Z) nocons ctitle("Model 3, Rural") adec(4) addtext("Controls, YES, Region Fixed Effects, YES") excel append addnote("Note: Standard-errors clustered at the region level.")
Comment