Hi

I will like to include the number of FI in a tabel, when I estimate the model with fixed effects like this:

Array


I usually use the command:

reghdge dep. var indep. var, absorb(i.origin) noconstant

eststo model_1

esttab model_1 using name.tex



So my question is: How do I get the last columns so i also include the number of fixed effects?

Thanks