I running these two codes:
eststo: ivreghdfe A195S (x=iv_x) X001m i.year
how can I get the pvalues of the "Anderson-Rubin Wald test" using
esttab using "Table-2-A195S.rtf", b(%9.3f) se ar2 ///
order() ///
drop(* *year) ///
star(* 0.10 ** 0.05 *** 0.01) label compress replace ///
stats(idp widstat cdf )
eststo: ivreghdfe A195S (x=iv_x) X001m i.year
how can I get the pvalues of the "Anderson-Rubin Wald test" using
esttab using "Table-2-A195S.rtf", b(%9.3f) se ar2 ///
order() ///
drop(* *year) ///
star(* 0.10 ** 0.05 *** 0.01) label compress replace ///
stats(idp widstat cdf )