Statalist


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

st: RE: RE: R-square for each variable


From   "Cong Sun" <[email protected]>
To   <[email protected]>
Subject   st: RE: RE: R-square for each variable
Date   Fri, 3 Aug 2007 09:52:01 +1000

Thanks, Maarten, it works and the results are similar as using partial
ss/total ss. 

And there is no such a relationship that the sum of the partial R-square
eqaul to the model R-square.  

Cong


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Maarten Buis
Sent: Thursday, 2 August 2007 7:31 PM
To: [email protected]
Subject: st: RE: R-square for each variable

--- Cong Sun wrote:
> In STATA, anova command will generate partial ss for each independent 
> variable included in the model, could anyone help on how to produce 
> partial R-square for each variable?

*------------- begin example ------------------- sysuse auto, clear anova
mpg rep78 foreign ereturn list
di "partial R2 for rep78   = " e(F_1)/(e(F_1) + e(df_r))
di "partial R2 for foreign = " e(F_2)/(e(F_2) + e(df_r))
*------------- end example ---------------------

Hope this helps,
Maarten

-----------------------------------------
Maarten L. Buis
Department of Social Research Methodology Vrije Universiteit Amsterdam
Boelelaan 1081
1081 HV Amsterdam
The Netherlands

visiting address:
Buitenveldertselaan 3 (Metropolitan), room Z434 

+31 20 5986715

http://home.fsw.vu.nl/m.buis/
-----------------------------------------


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

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