Displaying 1 result from an estimated 1 matches for "logreg2".
Did you mean:
logreg
2004 Jul 21
1
function ms
Dear R users,
I am using the MICE package. Specifically, at some point in my code I have
imp2=mice(PoptotalMICE,imputationMethod="logreg2")
And R returns...
iter imp variable
1 1 MICEYError in logitreg(xobs, yobs, intercept=F) :
couldn't find function "ms"
I have been looking for this ms function on the web, hoping it was just a matter of downloading a package. I didn't find anything.
I hav...