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

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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