In oncology and cardiology, time-to-event data is king. The PDF would dedicate several pages to and PROC PHREG :
/* Generating frequency tables for adverse events by treatment group */ proc freq data=clinical_data; tables treatment*adverse_event / nocum nocol nopercent; where phase='Phase 3'; run;
In medical research, missing values are inevitable.