Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


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

Re: st: RE: Graphing Histograms and Overlaying A Vertical Line


From   Erika Kociolek <[email protected]>
To   [email protected]
Subject   Re: st: RE: Graphing Histograms and Overlaying A Vertical Line
Date   Fri, 24 May 2013 08:23:39 -0700

Thanks for the advice, Elan.

When I run your code, the two lines appear behind the histogram. I'd
like for them to be in front of the histogram. In other posts, folks
have suggested using function to achieve this, but I don't know how to
ensure that the range of "function" aligns with that of the histogram
and in a way that can change dynamically if the histogram range should
shift dramatically.

Best,
Erika

On Fri, May 24, 2013 at 8:00 AM, Cohen, Elan <[email protected]> wrote:
> Erika,
>
> The following works fine for me:
>
> sysuse auto
> su mpg, d
> hist mpg, percent xline(`r(mean)' `r(p50)')
>
> - Elan
>
>
> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On Behalf Of Erika Kociolek
> Sent: Friday, May 24, 2013 10:22
> To: [email protected]
> Subject: st: Graphing Histograms and Overlaying A Vertical Line
>
> I am attempting to graph a histogram, overlaying vertical lines
> showing the mean and median. I know that the xline option won't get me
> what I want, so I went the twoway route. What I'm trying to figure out
> is how to get the range for "function" to match what's used for twoway
> histogram.
>
> summarize height
> twoway histogram height, percent || function y=`r(mean)', range(? ?)
>
> Any thoughts?
>
> Thanks!
> Erika
> *
> *   For searches and help try:
> *   http://www.stata.com/help.cgi?search
> *   http://www.stata.com/support/faqs/resources/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/faqs/resources/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/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index