BookmarkSubscribeRSS Feed
Jolly
Calcite | Level 5

Hello,

I am hoping that I am missing something that someone could help me out with.  Is there any way to get a Deviance output table in SAS 9.4 similiar to MiniTabs?

Example:

Deviance Table
Source      DF  Seq Dev  Contribution  Adj Dev  Adj Mean  Chi-Square  P-Value
Regression   1    8.299        24.14%    8.299     8.299        8.30    0.004
  LI         1    8.299        24.14%    8.299     8.299        8.30    0.004
Error       25   26.073        75.86%   26.073     1.043
Total       26   34.372       100.00%

 

Thank you,

Jeff S. O.

1 REPLY 1
Ksharp
Super User
Unlike PROC REG which is using OLS to get parameter estimator.
PROC LOGISTIC is using MLE . 
I think you can't get ANOVA table by MLE .

But if your dependent variables are category variables, you could try PROC CATMOD .


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 25. 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
  • 1 reply
  • 1787 views
  • 0 likes
  • 2 in conversation