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: adding horizontal and vertical line
From
Nick Cox <[email protected]>
To
[email protected]
Subject
Re: st: adding horizontal and vertical line
Date
Fri, 28 Oct 2011 15:17:07 +0100
sysuse auto
su mpg, meanonly
local ymean = r(mean)
su weight, meanonly
local xmean = r(mean)
scatter mpg weight, yli(`ymean') xli(`xmean')
On Fri, Oct 28, 2011 at 3:08 PM, Edward James <[email protected]> wrote:
> I drew a scatter plot and want to add horizontal line with mean( x
> values) and vertical line with mean (y values).
*
* 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/