Hi,

I have panel data (firmid, timeid) and want a table in latex (using esttab) with two model specifications as described below:

i) "eststo: xtreg dep ind, fe"
ii) "collapse dep ind, by(firmid)" followed by "eststo: reg dep ind".

I want the table in latex to include the constant in (ii) but not in (i). Running "esttab , nocon" looses the constant in both.

Is there a way to drop the estimated constant for the first specification so I can simply run "esttab"?

Thanks!