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]

Re: st: Reporting sample size in outreg when using nosubstat


From   John Luke Gallup <[email protected]>
To   [email protected]
Subject   Re: st: Reporting sample size in outreg when using nosubstat
Date   Wed, 22 May 2013 17:22:39 -0700

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/


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