My guess would be that you have different versions of -estout.ado-
lying around on your system. Type
. findfile estout.ado, all
and see whether multiple files are found. Probably you have an
outdated version in the working directory that takes precedence over
the version installed in the user ado system.
The -smcltags- option (undocumented) was added at some point in time
to support generating SMCL formatted tables and does not exist in
earlier version of estout.
ben
On Thu, Feb 14, 2008 at 4:19 PM, Mentzakis, Emmanouil
<[email protected]> wrote:
> Hi Martin,
>
> Strange. I also use Stata/SE 10.
>
>
> Manos
>
> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On Behalf Of Martin Weiss
> Sent: 14 February 2008 15:12
> To: [email protected]
> Subject: st: AW: Error in -esttab- (option smcltags not allowed)
>
> Hhhmmmm, Stata 10 SE runs your code without glitches. Which version do you use?
>
> Martin Weiss
> _________________________________________________________________
>
> Diplom-Kaufmann Martin Weiss
> Mohlstrasse 36
> Room 415
> 72074 Tuebingen
> Germany
>
> Fon: 0049-7071-2978184
>
> Home: http://www.wiwi.uni-tuebingen.de/cms/index.php?id=1130
>
> Publications: http://www.wiwi.uni-tuebingen.de/cms/index.php?id=1131
>
> SSRN: http://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=669945
>
>
> -----Urspr�ngliche Nachricht-----
> Von: [email protected]
> [mailto:[email protected]] Im Auftrag von Mentzakis, Emmanouil
> Gesendet: Donnerstag, 14. Februar 2008 15:59
> An: [email protected]
> Betreff: st: Error in -esttab- (option smcltags not allowed)
>
> Dear all,
>
> Running the example from the -esttab- help file I get an error. I searched the archives but I can't find it.
>
> Re-installing -estout- doesn't help.
>
> Any suggestions welcomed.
>
> Thanks
> Manos
>
>
> . ssc install estout, replace
> checking estout consistency and verifying not already installed...
> all files already exist and are up to date.
>
> . quietly regress price weight mpg
>
> . estimates store model1
>
> . quietly regress price weight mpg foreign
>
> . estimates store model2
>
> . esttab *, ar2
> option smcltags not allowed
> r(198);
>
> *
> * For searches and help try:
> * http://www.stata.com/support/faqs/res/findit.html
> * http://www.stata.com/support/statalist/faq
> * http://www.ats.ucla.edu/stat/stata/
>
>
> *
> * For searches and help try:
> * http://www.stata.com/support/faqs/res/findit.html
> * http://www.stata.com/support/statalist/faq
> * http://www.ats.ucla.edu/stat/stata/
>
> *
> * For searches and help try:
> * http://www.stata.com/support/faqs/res/findit.html
> * http://www.stata.com/support/statalist/faq
> * http://www.ats.ucla.edu/stat/stata/
>
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/