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]
Re: st: Reporting sample size in outreg when using nosubstat
From
Wameq Raza <[email protected]>
To
[email protected]
Subject
Re: st: Reporting sample size in outreg when using nosubstat
Date
Thu, 23 May 2013 07:41:43 +0200
Dear John,
Thank you so much once again! Your outreg program is a life saver!
Wameq
On Thu, May 23, 2013 at 2:22 AM, John Luke Gallup <[email protected]> wrote:
> Wameq,
>
> In -outreg- (a SSC user-written program), the default effect of the -nosubstat- option is to drop summary statistics. You can add them back in, however, with the -summstat- option (and change the default label with the -summtitle- option):
>
> sysuse auto, clear
> reg mpg weight length
> outreg, nosub summstat(N)
>
> John
>
> On May 22, 2013, at 3:32 AM, Wameq Raza <[email protected]> wrote:
>
>> Hi everyone,
>> I had a question about outreg. I have a table with 5 regressions but
>> as I want to reduce the length of the table due to the large number of
>> regressors, I'm using the nosubstat option to report the std errors
>> besides the marginal effects. However I noticed that when I use this,
>> the output doesn't show the sample size any longer. I've been reading
>> the help file but can't seem to figure this out. Can anyone please
>> help me figure this out?
>> Thanks,
>> Wameq
>>
>> --
>> W A M E Q R A Z A
>> *
>> * For searches and help try:
>> * http://www.stata.com/help.cgi?search
>> * http://www.stata.com/support/faqs/resources/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/faqs/resources/statalist-faq/
> * http://www.ats.ucla.edu/stat/stata/
--
W A M E Q R A Z A
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/