Statalist The Stata Listserver


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

st: RE: line plot with individual's median


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   st: RE: line plot with individual's median
Date   Fri, 1 Sep 2006 00:14:34 +0100

Here is an analogue to your problem as I understand it. 

. sysuse auto, clear
(1978 Automobile Data)

. egen median = median(price), by(rep78)

. sort rep78 mpg

. twoway connected price mpg || line median mpg , by(rep78) legend(order(2))

Nick 
[email protected] 

Cathy Antonakos, PhD
 
> I am using the following command to plot time-series data for 
> individual nursing home residents.
> 
> twoway connected wanpcto hourx, by(resid)
> 
> This produces an individual graph for each resident.
> 
> Now I want to add the median for the resident - plotted as a line.
> I'll calculate that beforehand and call it 'medianpct'.
> 
> Is there a way to add a yline command to do that?

*
*   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