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: Unable to create local macro in modified ado-file (xtreg_fe.ado)


From   Nick Cox <[email protected]>
To   "'[email protected]'" <[email protected]>
Subject   RE: st: Unable to create local macro in modified ado-file (xtreg_fe.ado)
Date   Mon, 16 Jan 2012 18:41:49 +0000

Sounds plausible. 

Nick 
[email protected] 


-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Richard Williams
Sent: 16 January 2012 18:00
To: [email protected]; '[email protected]'
Subject: RE: st: Unable to create local macro in modified ado-file (xtreg_fe.ado)

At 11:59 AM 1/16/2012, Nick Cox wrote:
>First, it is not surprising that
>
>est hidden scalar ui = sqrt(r(Var))
>
>does not work. It is illegal: what is that "hidden" doing there?
>
>That said, there is something bizarre going on here.

The Stata 12 Programming Manual does have a section on "Using hidden 
and historical saved results." As far as I can tell, the above syntax 
isn't legal. But I believe this would be, in case it is what was 
really intended:

ereturn hidden scalar ui = sqrt(r(Var))

*
*   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/


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