This works:
. set obs `=1e+04'
obs was 0, now 10000
I suppose the 1e+04 has to be evaluated first.
Scott
On Wed, Oct 7, 2009 at 6:57 PM, Sergiy Radyakin <[email protected]> wrote:
> Dear All,
>
> how to explain this?
>
> version 10.1
> . display 1e+04
> 10000
> . capture confirm number 1e+04
> . display _rc
> 0
> capture assert mod(1e+04,1)==0
> . display _rc
> 0
> . clear
> . set obs 10000
> obs was 0, now 10000
> . set obs 1e+04
> '1e+04' found where integer expected
> r(198);
>
> So what is an integer then? (or what is 1e+04 if not an integer?)
>
> Link to help reference: http://www.stata.com/help.cgi?obs
>
> Thank you,
> Sergiy Radyakin
*
* 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/