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: toway scatter plot with regression fit


From   Nick Cox <[email protected]>
To   [email protected]
Subject   Re: st: toway scatter plot with regression fit
Date   Mon, 16 Apr 2012 15:33:15 +0100

corr mespvie mhealth
local corr : di %4.3f r(rho)

 twoway scatter mespvie mhealth , title("correlation between life
expectancy and health aid") xtitle("Health aid") ytitle("life
expectancy") mlabel(code)
|| lfit mespvie mhealth, subtitle(correlation `corr')

See also -aaplot- (SSC).

Nick

On Tue, Apr 10, 2012 at 6:24 PM, urbain thierry YOGO <[email protected]> wrote:

> I have built a twoway scatter plot with regression fit using the
> following command:
>
>  twoway scatter mespvie mhealth , title("correlation between life
> expectancy and health aid") xtitle("Health aid") ytitle("life
> expectancy") mlabel(code) || lfit mespvie mhealth
>
> But the graph does not display the coefficient of correlation. If
> somebody know how to do to have this on the graph?.

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


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index