I am trying to extract the first stage F-statistic from an IV model run using feols
in R. My ultimate goal is to report the statistic in a table exported using etable
. What is the best way to do this?
What is the easiest way to get the first stage F-statistic from an feols model?
1.7k views Asked by sdg At
1
Figured it out. The name of the first-stage F statistic is "ivf", and can be accessed via the
fitstat
function.Example: