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: Bar graph with frequency
From
William Buchanan <[email protected]>
To
[email protected]
Subject
Re: st: Bar graph with frequency
Date
Thu, 4 Apr 2013 08:32:18 -0700
Check -h gr bar- and look for the option -blabel()-.
HTH,
Billy
On Apr 4, 2013, at 8:27 AM, "Ray Hawkins" <[email protected]> wrote:
> Hello,
>
> I am trying to classify "sale" into 10 groups by equal interval and make a
> bar graph like the following. How can I put frequency in each group in the
> bar graph?
>
> egen salecat=cut(sale), at(0 (10) 100)
> graph bar (mean) ad, over(salecat)
>
> sale ad
> 0.4 0.0
> 5.7 0.5
> 15.7 3.4
> 19.1 3.8
> 21.2 4.1
> 25.5 10.8
> 40.0 4.8
> 47.4 12.3
> 62.0 7.5
> 64.2 16.5
> 67.4 10.2
> 91.8 7.0
> 92.2 14.0
>
> Thank you for your help.
> Ray Hawkins.
>
> *
> * 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/