Announcement

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

  • mim and mfpmi in Stata 18.

    Hi Stata forum,

    Using Stata 18, I'm trying to apply Multivariable fractional polynomial models for multiply imputed data, using the MFPMI module (*! version 2.0.2 22dec2010, created by Tim Morris and Patrick Royston) to the example in the help file.
    Code:
    webuse mheart5, clear
    mi set mlong
    mi register imputed age bmi
    mi impute chained (pmm, knn(10)) age bmi = attack smokes hsgrad female, add(10) rseed(29390)
    mfpmi: logistic attack smokes age bmi hsgrad female
    The module uses MIM, which I installed (*! mim.ado v1.2.5 (JCG, JBC, PR) 22jun2009), but I obtain the error message "C:\Users\user\ado\plus/m/mim.ado has no version number found"

    Do you have any suggestions how to overcome the error?

    Kind regards, Adriaan Hoogendoorn

  • #2
    In case any one might run into this problem: Updating mim.ado from Patrick Royston's UCL Homepage (*! version 2.1.8 (JCG, JBC, PR) 20may2013) did the trick! Thank you, Tim!

    Comment

    Working...
    X