Hi, I am trying to use -estout- (from SSC) in conjunction with -mi- for the first time, and it seems like -estout- does not agree with -mi-. My code looks like so:

Code:
eststo: mi estimate: regress y x1 x2 x3, vce(robust)
esttab
But no coefficients or anything seems to be stored--instead I just get a small table with the number of observations only. Has anyone that uses estout run into this problem before and have a way of solving? Thanks.