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.
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
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
Do you have any suggestions how to overcome the error?
Kind regards, Adriaan Hoogendoorn
Comment