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: Using Median for scatter plot
From
Oybek <[email protected]>
To
"[email protected]" <[email protected]>
Subject
Re: st: Using Median for scatter plot
Date
Thu, 12 Apr 2012 12:18:50 +0100
Thanks Maarten.
Appears it is very simple. I was thinking to tabulate median for each age, then plot using twoway scatter.
Thanks again
Oybek
Sent from my iPhone
On 11 Apr 2012, at 14:47, Maarten Buis <[email protected]> wrote:
> On Wed, Apr 11, 2012 at 3:30 PM, Oybek wrote:
>> I need to make two way scatter plot using continuos variable (hormone levels) and age in stata 12. I have around 2000 observations. Is there a command which allows using median hormone levels (instead of mean) for each age?
>
> *--------- begin example -----------
> sysuse nlsw88, clear
> bys grade: egen med = median(wage)
> by grade : gen byte mark = _n == 1
> twoway scatter wage grade || ///
> line med grade if mark, sort
> *---------- end example ------------
> (For more on examples I sent to the Statalist see:
> http://www.maartenbuis.nl/example_faq )
>
> Hope this helps,
> Maarten
>
> --------------------------
> Maarten L. Buis
> Institut fuer Soziologie
> Universitaet Tuebingen
> Wilhelmstrasse 36
> 72074 Tuebingen
> Germany
>
>
> http://www.maartenbuis.nl
> --------------------------
> *
> * For searches and help try:
> * http://www.stata.com/help.cgi?search
> * http://www.stata.com/support/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/statalist/faq
* http://www.ats.ucla.edu/stat/stata/