No Ben, you are doing everything fine. But please report the version
of the program you are experiencing the problems with.
sysuse auto
regress price weight
estimates store a
regress price weight length
estimates store b
xml_tab a b, replace stats(rmse r2 N) below stars(0)
don't forget to add replace, otherwise the output is not overwritten,
and you may be seeing the older output, perhaps the one generated with
the stars.
Best regards, Sergiy Radyakin
On Mon, Nov 16, 2009 at 7:22 PM, Ben Web Man <[email protected]> wrote:
> I am trying to suppress stars in xml_tab, but the following does not work.
>
> xml_tab est1 est2 est3 est4, stats(rmse r2 N) save(test4) below stars(0)
>
> Am I doing something wrong?
> *
> * 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/