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?
Generate random data with mean, std and rangeSo my professor is asking us to produce some data from a experimental paper to do power analysis. So…
Finding mean value of a column based on yearHi, I am a newbie with STATA and working with it for my thesis. So, I have a dataset of companies f…
VECM multiple cointegrating equation interpretationI have a problem to interpret multiple cointegrating equations. 1. As I understand I do include ce1 …
Loop by group in a variable and selecting by conditional Hello, I must select the families "family" that meet the condition of having children. base example…
rename variables using loopsHi, I want to reshape the following wide type of data to long type. id c1 c2 c3 1 100 200 300 …
Subscribe to:
Post Comments (Atom)
0 Response to xtreg fe, drop estimated constant in stored results?
Post a Comment