I can't see a simple way to analyze multiply imputed data by group. The code below fails. What am I missing?
Code:
mi estimate, by(dataset): regress y x
option by(dataset) not allowed
Comment