BookmarkSubscribeRSS Feed
sasphd
Lapis Lazuli | Level 10

Hello, 

I run proc panel.  in the output I get this. I want to see adjusted R square

 

sasphd_0-1677611283356.png

this is my program


proc panel data = winsorize3;
id Country_id DATE;
class Country_id DATE ;
model Life_Ladder= logGDP   Inflation_consumer_prices Unemployment_total
/ pooled;

run;
1 REPLY 1
JoséQ
SAS Employee

Hi,

 

There is no option to compute 'adjusted rsquare measure' in the PANEL procedure. You may want to refer to the following section of PROC PANEL documentation for details on Rsquare measures computed in PROC PANEL:

SAS Help Center: R-Square

 

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 469 views
  • 1 like
  • 2 in conversation