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

 

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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
  • 453 views
  • 1 like
  • 2 in conversation