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.
Special offer for SAS Communities members
Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.
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.