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?
Imposing nonlinear constraint in moptimize()I am trying to find the coefficients of a system of linear regression equations defined as y = b*X +…
Creating Dummy Variable r(109) errorHi Everyone, I am trying to solve r(109) error after used the following code. Could someone please…
correlation analysisHi, For small study/hypothesis generating work sometimes it is recommended to do correlation analys…
Getting error while creating interaction dummy with year and another variableHello, I'm trying to create distance and time interaction dummy variables with my sample dataset gi…
Merging issue with using data since the variables cannot uniquely identify observationsHello, This is my master data. My master is repeated cross section. Code: * Example generated by -…
Subscribe to:
Post Comments (Atom)
0 Response to xtreg fe, drop estimated constant in stored results?
Post a Comment