-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Post-processing: function ifdo() not yet implemented #43
Comments
Just read through the R-script for the chapter on multiple-imputation.com and noticed that you actually write it isn't yet implemented. |
Yes, this is still one on the todo list |
Note: I found this code on my machine. I didn't test, and it probably does not work, but can be used for inspiration.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear Stef,
Another problem I encountered today showed itself when I was trying to reproduce some of your code from your book "Flexible Imputation of Missing Data" (fantastic book!).
At page 135-136 you present two code-solutions to the same post-processing setting:
Alternative to line 4:
post["Ozone"] <- "ifdo(c(Ozone < 1, Ozone > 200), c(1, 200))"
The former works fine but the latter gives the
OzoneFunction ifdo() not yet implemented.
Has the "ifdo" function been withdrawn from the package?
Best regards,
Mikkel
The text was updated successfully, but these errors were encountered: