BookmarkSubscribeRSS Feed
Zak
Calcite | Level 5 Zak
Calcite | Level 5
Hi everyone!

My regression looks like this:

proc glm data=mydata;
absorb isin;
class year;
model tq = year
a b c /solution noint;
run;quit;

Among others, SAS gives me the Rsquare for the regression, which is really high. That is, as far as I understand it, because of the fixed effects I am using here. How could I exclude the impact of my fixed effects on the Rsquare?

I appreciate any help.

Cheers, Zak
2 REPLIES 2
Paige
Quartz | Level 8
The usual test is to see if the enhanced model (with d in the equation) performs better than the first model (with only a b c in the equation) via the extra sum of squares principle (http://www.jerrydallal.com/LHSP/extra.htm).
Zak
Calcite | Level 5 Zak
Calcite | Level 5
Thank you so much for your answer (which is the answer to my question I mistakenly posted in the other forum, I think). Anyway, that really helped me, although as far as I understand, a log likelihood ratio test is the test to utilize for the logistic regression which can be done by hand with the output provided by SAS.

Cheers, Zak

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 2 replies
  • 1310 views
  • 0 likes
  • 2 in conversation