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!
Related Posts with xtreg fe, drop estimated constant in stored results?
Indicate loss of observations by variableDear Statalist Community, I am looking for a command that tells me how many observations are lost w…
quesiton about Stata programDear all, I want to write a program to transform World Development Indicator(WDI) to panel data.Also…
Keep/drop command affects different data than replacethe sample produced by this code replace region =. if region==-1 drop if region==. sum if region ==…
Using the Code substr() for numbers of regionsHello Everybody! I need help with a code. I have numbers of german's regions (e.g. 1002,1051 to 160…
Creating Portfolios Sorted On Two VariablesHi Everyone, I have currency data that I want to initially sort on NFA(Net Foreign Assets) into two…
Subscribe to:
Post Comments (Atom)
0 Response to xtreg fe, drop estimated constant in stored results?
Post a Comment