Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Using estout with multiple imputation

    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.
    Last edited by Taylor Walter; 01 Jun 2022, 15:01.

  • #2
    Answering my own question here, from this thread: https://www.statalist.org/forums/for...te-help-needed it seems like you just need to do -mi estimate, post:- and then it'll work normally.

    Comment

    Working...
    X