BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
issac
Fluorite | Level 6

Hi folks;

I've run gam procedure to a data set and got the following output table. I wonder how I can calculate a pseudo R-Squared with the help of deviance.

Number of Observations49988
Number of Missing Observations12
DistributionGaussian
Link FunctionIdentity

Final Number of Backfitting Iterations4
Final Backfitting Criterion1.6618101E-9
The Deviance of the Final Estimate240768.87317

  
The backfitting algorithm converged.

Thanks!

Issac

1 ACCEPTED SOLUTION

Accepted Solutions
AllenMcDowell
SAS Employee

One possibility is discussed in Cameron and Trevedi's "Regression Analysis of Count Data" which describes the deviance as the GLM generalization of the sum of squares. They refer to two papers by Cameron and Windmeijer where a pseudo-R-squared is proposed based on a decomposition of the deviance. In essence, the proposal is to use R2 = 1-(D(intercept-only-model)/D(full-model)). I would recommend reviewing the original papers to verify that the interpretation is appropriate for your particular model before using the result.

View solution in original post

1 REPLY 1
AllenMcDowell
SAS Employee

One possibility is discussed in Cameron and Trevedi's "Regression Analysis of Count Data" which describes the deviance as the GLM generalization of the sum of squares. They refer to two papers by Cameron and Windmeijer where a pseudo-R-squared is proposed based on a decomposition of the deviance. In essence, the proposal is to use R2 = 1-(D(intercept-only-model)/D(full-model)). I would recommend reviewing the original papers to verify that the interpretation is appropriate for your particular model before using the result.

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