Genmod |work|

* Binary outcome, repeated measures; PROC GENMOD DATA=dat; CLASS id treat; MODEL response = treat time / DIST=BINOMIAL LINK=LOGIT; REPEATED SUBJECT=id / TYPE=EXCH; LSMEANS treat / DIFF EXP; RUN;

Statisticians use GenMod to answer high-stakes research questions where simple averages aren't enough. 1. Medical Research and Clinical Trials genmod