Page 1 of 1

How to show "adjusted r-squared"?

Posted: Tue Mar 31, 2009 2:23 pm
by cystleren
Dear all,

Is it possible to run a regression (equ01) and store the adjusted r-squared into a scalar (scalar01)? If not, is it possible to compare equ01 and equ02's adjusted r-squared by programming?

Thank you very much!!!

Re: How to show "adjusted r-squared"?

Posted: Tue Mar 31, 2009 2:54 pm
by EViews Glenn
From the CPR, p. 29

Code: Select all

eq01.@rbar2

Re: How to show "adjusted r-squared"?

Posted: Wed Apr 01, 2009 6:56 am
by cystleren
Thanks a lot!