Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: round off trouble


From   "Ashim Kapoor" <[email protected]>
To   [email protected]
Subject   Re: st: round off trouble
Date   Sat, 29 Nov 2008 11:49:46 +0530

Thank you Nick,
Ashim. : )

On Fri, Nov 28, 2008 at 6:48 PM, Nick Cox <[email protected]> wrote:
> You are quite right in the following sense.
>
> Local macros (N.B. _not_ local variables) are just named things with
> string content. They do not possess formats. The question "What is the
> format of this local macro?" has the answer: it doesn't have one.
>
> Macros just are.
>
> But you can use a -format- to convert one string into another. That is
> shown by Maarten's example.
>
> Nick
> [email protected]
>
> Ashim Kapoor
>
> Thank you for your email. I always thought, I think I read it on this
> list that local variables are strings and can't be formatted.  Thank
> you for your time.
>
> On Fri, Nov 28, 2008 at 5:33 PM, Maarten buis <[email protected]>
>
>> --- "Ashim Kapoor" wrote:
>>> I have a variable called slope with has around 10 decimal points
>>>
>>> so I do replace slope=round(slope,.01) to round it off to the
>>> nearest 2nd decimal place.
>>>
>>> Then I do local output=slope[_N]
>>>
>>> Trouble is EVEN after I do the round off I still get 10 decimal
>>> places when I display the local macro " output " in a note in a
>>> graph.
>>
>> see: -help extended_fcn- and the example below:
>>
>> *------------ begin example --------------
>> sysuse auto, clear
>> local bla = gear_ratio[_N]
>> di "`bla'"
>> local bla : display %9.1f gear_ratio[_N]
>> di "`bla'"
>> *------------ end example ----------------
>> (For more on how to use examples I sent to the Statalist, see
>> http://home.fsw.vu.nl/m.buis/stata/exampleFAQ.html )
>
> *
> *   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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index