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: adjusted r-squared measures
From
Jorge Eduardo Pérez Pérez <[email protected]>
To
"[email protected]" <[email protected]>
Subject
Re: st: adjusted r-squared measures
Date
Fri, 27 Sep 2013 15:07:10 -0400
You can always display the adjusted r2 after your regression, or use -est tab-
sysuse auto, clear
xi: reg price mpg i.foreign, r
di e(r2_a)
est tab, b se stats(r2_a)
--------------------------------------------
Jorge Eduardo Pérez Pérez
Graduate Student
Department of Economics
Brown University
On Fri, Sep 27, 2013 at 10:44 AM, Drew Reed <[email protected]> wrote:
> Hey All,
>
> I am running the following code. Does anyone know how to change this
> to give adjusted r-squared mesaures?
>
> xi: reg depvar indvar1 indvar1 if condition==1, r
>
> Thanks!
>
> Best,
>
> Drew
> *
> * 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/
*
* 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/