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-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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