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]
Antwort: st: estwrite to create table of output
From
Richard Ochmann <[email protected]>
To
[email protected]
Subject
Antwort: st: estwrite to create table of output
Date
Thu, 30 Sep 2010 09:30:09 +0200
...
as -help estwrite- tells you, you need to specify a file name where the
output is to be saved.
so, e.g.:
***
sysuse auto
eststo test: sqreg price rep78 weight foreign
estwrite test using test
***
best,
rich
[email protected] schrieb am 30.09.2010 00:07:28:
> Dear all,
>
> I want to use 'estwrite' and 'esttab' to provide table of output
> with different quintiles
>
> estwrite: quietly sqreg income lagincome, q(.2)
> estwrite: quietly sqreg income lagincome, q(.4)
> ....
> But it failed with mess: 'using required'
> So what's wrong here?
>
> Thank you very much
>
> Hien
>
>
> *
> * 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/