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%
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 .
The 2025 SAS Hackathon has begun!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.