I am trying to add F-stat in the outreg2 output, but I am only getting the F-Stat of the last model repeated in all models.
the sample code I am using is below.
the sample code I am using is below.
Code:
outreg2 [RE RE_tdummy FE FE_tdummy] using "G:\results.doc", replace stats(coef pval) addstat(FStat, e(F))
Comment