I have a response variable (Yes/No) by visit with some missing values. I am considering imputing the underlying continuous variable in SAS using proc MI. After this process, I will have, let's say, M imputed datasets. How should I combine them into one dataset?
In other words, how can I apply Rubin's rule if I need a simple summary at the end, such as the count of responders/non-responders at each visit for each treatment group? Or should Rubin's rule be used only when we need to compare treatments with, say, a relative risk/risk difference/odds ratio?