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: sorting boxplots on the median


From   Nick Cox <[email protected]>
To   [email protected]
Subject   Re: st: sorting boxplots on the median
Date   Thu, 14 Feb 2013 19:14:04 +0000

sysuse auto, clear
egen median = median(mpg), by(rep78)
graph box mpg, over(rep78)
graph box mpg, over(rep78, sort(median))

Nick

On Thu, Feb 14, 2013 at 6:54 PM, Nikolaos Pandis <[email protected]> wrote:

> I am trying the following command in Stata 12.1 with the objective to sort the boxplots according to the value of the median (ascending or descending it does not matter):
>
>
> .graph box percent,over(journalno, sort(percent) descending )
>
> However, it does not work. Any advice would be appreciated.
>
> If I use:
>
>
> graph bar percent,over(journalno,  sort(percent) descending )
>
>
> it works and sorts by the value of the mean
>
*
*   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