Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: showing the mean in histogram


From   "Scott Merryman" <[email protected]>
To   [email protected]
Subject   Re: st: showing the mean in histogram
Date   Sun, 18 May 2008 11:20:16 -0500

Yes - you can use the -xtick()- or -xmtick()- options.  See -help axis options-

For example:

sysuse auto,clear
qui sum mpg
histogram mpg, xtick(`=r(mean)') xmlabel(`=round(r(mean),.1)')


Scott

On Sat, May 17, 2008 at 3:35 PM, Tunga Kantarci
<[email protected]> wrote:
> Hello,
>
> I would like to indicate the mean on the histogram,
> with a tick on the horizontal axis.
> Is there a way to do this?
>
*
*   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/



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