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 have tried getAnywhere without success.
What can it be? Where is the function ms?
Thanks
[[alternative HTML version deleted]]
______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html