Thanks to Roy Wada & Ben Jann for their answer. In addition to their
response, I got this additional response from Ben Jann.
Hi Rich, I answered, but sometimes messages don't get through. My answer was:
The syntax would be
... scalars("yeardum Year dummies" "statedum State dummies")
ben
On Wed, Mar 18, 2009 at 10:16 PM, Richard Boylan <[email protected]> wrote:
> Hello,
>
>
>
> I do know if you saw my response.
>
>
>
> I could get this to work with one set of dummy variables but not with
> multiple sets.
>
> I tried
>
> reg...
> estadd local yeardum "No"
> estadd local statedum "No"
>
> and then later on
>
> esttab using tablen1.tex, replace label drop(_Iyear* _Istate*)
> scalars("yeardum Year dummies statedum State dummies")
>
>
>
> but that didn't work.
>
> Richard
>
>
On Tue, Mar 17, 2009 at 8:15 PM, Roy Wada <[email protected]> wrote:
>
> > There are multiple packages that can do that, but I cannot find one
> > with the options of putting labels below as indicate in the following
> > example.
> >
> > (The problem is includes the "Yes" and "No." I would know how to do
> > this if the label at the bottom were "0" and "1.")
> >
> > Spending on X Spending on Y
> >
> > Income 0.5 0.4
> > Male 0.1 0.2
> > ________________________________________________
> > Observations 140 120
> > R-squared 0.5 0.4
> > ________________________________________________
> > State fixed effects Yes No
> > Year dummies Yes Yes
> > State trends No Yes
>
> See the help for -addtext( )- option.
>
> sysuse auto, clear
> tab rep78, gen(year)
> ren year1 Year1
>
> reg mpg price length turn year*
> outreg2 using myfile, ctitle(Spending on X) addt(Year dummies, Yes) drop(year*) tex replace
>
> reg mpg price length turn gear foreign year*
> outreg2 using myfile, ctitle(Spending on Y) addt(Year dummies, No) drop(year*) tex
> _________________________________________________________________
> Windows Live™: Life without walls.
> http://windowslive.com/explore?ocid=TXT_TAGLM_WL_allup_1a_explore_032009
> *
> * 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/
*
* 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/