Hello,
I am running the following specification using ivreg
I am trying to export the first stage F-stat for my two instruments, which are displayed in output as below:

But when I etreturn list, I cannot find them. Where are the first-stage F statistics stored that I could use to export?
I am running the following specification using ivreg
Code:
eststo: ivreghdfe Y (endogenous endogenous2 = Z Z2 ), a(year) first savefirst savefprefix(st1) estadd scalar fst = `e(rkf)': st1endogenous estadd scalar fst2 = `e(rkf)': st1endogenous2
But when I etreturn list, I cannot find them. Where are the first-stage F statistics stored that I could use to export?
Comment