This works perfectly. Thank-you!
Kind regards, Tim
On Thu, Nov 13, 2008 at 4:48 AM, Ben Jann <[email protected]> wrote:
> Type
>
> estout m1 m2, style(tex) eqlabels(none)
>
> ben
>
> On Wed, Nov 12, 2008 at 11:37 PM, Tim Wade <[email protected]> wrote:
>> Dear Statalisters:
>>
>> I am using Stata v. 10.1 on Windows and have a question about the
>> estout program writtten by Ben Jann (available on SSC). I am trying to
>> output results from several poisson regression models and would like
>> to suppress what appears to be an equation title that appears by
>> default. I can recreate a similar problem in the example below. In the
>> example output below, I would like to suppress the row titled
>> "gear_ratio". In my data this row appears as a row with the far left
>> cell titled "main". This row does not appear when using logistic or
>> regress. I messed around with the equation option with no success.
>>
>>
>> . sysuse auto.dta
>> (1978 Automobile Data)
>>
>> . qui poisson gear_ratio price mpg
>>
>> . estimates store m1
>>
>> . qui poisson gear_ratio price weight
>>
>> . estimates store m2
>>
>> . estout m1 m2, style(tex)
>>
>> & m1& m2\\
>> & b& b\\
>> gear_ratio & & \\
>> price & -2.65e-06& 6.25e-06\\
>> mpg & .014875& \\
>> weight & & -.0001614\\
>> _cons & .7990236& 1.545709\\
>>
>> Much thanks for any insights, Tim
>> *
>> * 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/