[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: estat summarize after nlsur in Stata 11
From
"Brian P. Poi" <[email protected]>
To
"[email protected]" <[email protected]>
Subject
Re: st: estat summarize after nlsur in Stata 11
Date
Thu, 13 Aug 2009 14:42:22 -0500 (CDT)
On Wed, 12 Aug 2009, PEREZ PEREZ JORGE EDUARDO wrote:
Hi all
I just upgraded to Stata 11 and I'm having a problem. I ran the
following command under version 10 using version control
global com ""
forvalues i=1(1)$NM {
global com "$com (share`i' =
precio`i'*{gamma`i'}/gastototal + {beta`i'} * (1 - ($subs)/gastototal)
)"
}
nlsur $com [pw=factor], ifgnls
estat sum
But stat summarize does not work: It issues the following error
. estat sum
variable _NONE not found
r(111);
This did not happen in Stata 10.
This is a bug. We will fix this in the next adofile update so that -estat
summarize- works correctly after -nlsur-.
-- Brian Poi
-- [email protected]
*
* 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–2024 StataCorp LLC | Terms of use | Privacy | Contact us | What's new | Site index |