Announcement

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

  • Combining MICE with predictive mean matching

    I am trying to multiply impute n=30 data sets, and I am hoping to do this using both chained equations (MICE) and predictive mean matching (PMM).

    I understand that you can impute with MICE in Stata using mi impute mice or with PMM using mi impute pmm. Is there a way to combine/integrate these two in Stata?

  • #2
    yes, see
    Code:
    help mi_impute_chained

    Comment


    • #3
      Thank you so much, Rich!

      Comment

      Working...
      X