Statistical Procedures

Programming the statistical procedures from SAS
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-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

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