Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

st: RE: RE: Macro display format

Sorry if this is a silly question.

I did the following sequence of commands. I closed the scatter as soon as it opened. No other commands.

Why does r(mean) go away after you use it in the scatter with the formatting extended function?

. sysuse auto, clear (1978 Automobile Data)

. quietly summ length

. di `r(mean)' 187.93243

. di `: di %9.1f `r(mean)'' 187.9

. di `: di %9.1f `r(mean)'' 187.9

. twoway Scatter Length Mpg, text(200 35 "The mean of length is:`: di %2.1f `r(mean)''")

. di `: di %9.1f `r(mean)''

. di `r(mean)'

.

-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Nick Cox Sent: Wednesday, March 22, 2006 5:51 PM To: [email protected] Subject: st: RE: Macro display format

No. You should try

` : di %9.1f `r(mean)''

See help extended_fcn.

Tip: I would go `: di %2.1f `r(mean)'' even if you are sure that format is too restrictive. You're likely to be wrong, as Stata will stretch the space to avoid damage. However, with %9.1f you are likely to get the ugly spaces that are a consequence of what you asked for.

Nick [email protected]

Thomas Speidel > I am trying to include the content of a macro within a graph, but I'm > having problems with the display format. > > For example: > > sysuse auto, clear > qui: summ length > Twoway Scatter Length mpg, text(200 35 "The mean of length is: > `r(mean)'") > > How do I change the format of the macro to display something > like %9.2f? > > I tried: > ... , text(200 35 "The mean of length is: `%9.1f `r(mean)''") > > Am I missing some triple compound quote? :-)

* * For searches and help try: * http://www.stata.com/support/faqs/res/findit.html * http://www.stata.com/support/statalist/faq * http://www.ats.ucla.edu/stat/stata/

This message is intended solely for the designated recipient(s). It may contain confidential or proprietary information and may be subject to confidentiality protections. If you are not a designated recipient, you may not review, copy, or distribute this message. If you receive this in error, please notify the sender by reply e-mail and delete this message.

Arrowstreet Capital, L.P. is an Equal Opportunity Employer.

* * For searches and help try: * http://www.stata.com/support/faqs/res/findit.html * http://www.stata.com/support/statalist/faq * http://www.ats.ucla.edu/stat/stata/



This post first appeared on Statalist, please read the originial post: here

Share the post

st: RE: RE: Macro display format

×

Subscribe to Statalist

Get updates delivered right to your inbox!

Thank you for your subscription

×