-
Notifications
You must be signed in to change notification settings - Fork 9
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
Color for exclusion-restriction variable in plot_pred()
is coded wrong
#125
Comments
Hmm, interesting. Does 1 stand for "incomplete predictor" and -3 for "complete predictor"? |
There is currently no difference between complete and incomplete predictors. I have taken this from the vignette:
Instead of this from the
The value |
pred <- mice::quickpred(mice::nhanes)
pred[,1] <- -3
ggmice::plot_pred(pred) Created on 2023-10-04 with reprex v2.0.2 |
Thanks. I wasn't aware of the -3 code. Perhaps we should start a code registry? |
Good idea! Maybe the Wiki feature on Github or a reference page on amices.org would be nice. |
I made a previous inventory. Perhaps we could that into a table of code by method
|
Just some documentation and a small bugfix (colors in `plot_pred()` #125)
Created on 2023-10-04 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: