rjverheijden
Results
2
comments of
rjverheijden
I encountered the same problem. It could be fixed by simply changing: - `if (vrb %nin% varlist & vrb != "all") {` on [line 26](https://github.com/amices/ggmice/blob/864373d194c9e4ebe02b869fef190a07f8247b86/R/trace.R#L26) to `if (TRUE %in% (vrb...
Hi @hanneoberman, great that you are developing this function! I have now created a pull request (I hope). Let me know if something went wrong and feel free to deny...