Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: Hide ommitted variables in esttab


From   Benedikt Achatz <[email protected]>
To   [email protected]
Subject   st: Hide ommitted variables in esttab
Date   Thu, 5 Jul 2012 17:25:52 +0200

I have the following code:

local timedummy_spec indicate("time dummies = period_*")

		esttab `regs_to_include'/*
			*/ using `estusingfile', append booktabs `control_spec'
`timedummy_spec'/* ar2 */ /*
			*/ starlevels( * 0.10 ** 0.05 *** 0.010)  width(`widthlocal')
nodepvars compress  /*
			*/ mtitles(`columntitles') /* nomtitles ´*/ /*
			*/ order() /*
			*/ coeflabels(`varname_labels') /*
			*/ title("`titletext' \label{tab:`label'}")   /*
			*/ addnote(`addnotetext')	  b(3) t(2) /*
			*/ topfile(${PATH_STATA_LOCAL}beg`scaling'_tni.tex)
bottomfile(${PATH_STATA_LOCAL}end_tni.tex)
			** export results to .tex file for presentation

which outputs a table with the results of several regressions to a table.
One of the regressions is a fixed effects regression, and some of the
time dummies (1-153) get omitted there. When that happens, the omitted
dummies show up like this: o.varname_i.

Is there a way to include these omitted variables in the indicate function?
Best regards

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index