When performing a logit regression with proc logisitic, an output showing the percent of concrodant and discordant is generated. Is it possible to get a similar one with proc genmod?
Association of Predicted Probabilities and Observed Responses
GENMOD does not provide this since it fits a much wider range of model types than just logistic models. However, you can always fit the model in GENMOD (or other procedures) and then use the predicted probabilities in PROC LOGISTIC to get the table. See this note which illustrates it.
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.