I would like to produce a plot comparing logits from a logistic regression model with repeated measures. I formed the model using proc genmod. Does anyone know how?
You'll need to clarify what you mean by "comparing logits". But note that if you fit a logistic model in PROC GENMOD using the DIST=BINOMIAL and LINK=LOGIT options, the estimated logits (that is, log odds) are available using the XBETA= option in the OUTPUT statement.
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.