Page 1 of 1

extracting r-square from table

Posted: Tue Jul 11, 2017 4:11 pm
by vogelh
Sorry to bother on simple programming question.
On OLS results table, what is best way to extract R-squared output and put it in a results matrix. I tried results (1,1) =eq1.ls @cor
but this didn't work.

Thanks.

Re: extracting r-square from table

Posted: Tue Jul 11, 2017 4:13 pm
by EViews Gareth

Code: Select all

results(1,1) = eq1.@r2

Re: extracting r-square from table

Posted: Tue Jul 11, 2017 4:48 pm
by vogelh
Thanks.
using v.9.5
for adjusted r-square what is the instruction? is it a-r2
Also, hoping you can get pie charts into graphing on new v10.

Re: extracting r-square from table

Posted: Tue Jul 11, 2017 5:13 pm
by EViews Gareth

Re: extracting r-square from table

Posted: Tue Jul 11, 2017 8:56 pm
by vogelh
greatly appreciated. many thanks.