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

 

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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