Thanks, 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")
Richard
On Tue, Mar 17, 2009 at 3:39 PM, Ben Jann <[email protected]> wrote:
> Have a look at
>
> http://repec.org/bocode/e/estout/advanced.html#advanced006
>
> and
>
> http://repec.org/bocode/e/estout/advanced.html#advanced006b
>
> ben
>
>
> On Tue, Mar 17, 2009 at 9:24 PM, richard boylan <[email protected]> wrote:
>> Hello, I would like to find a way of creating a table containing the
>> output from multiple regressions.
>>
>> 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.")
>>
>> Thanks. Richard
>>
>>
>>
>> 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
>> *
>> * 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/
>
*
* 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/