-
Notifications
You must be signed in to change notification settings - Fork 15
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
Lots of "In FUN(newX[, i], ...) : no non-missing arguments to min; returning Inf" warning but no errors #3
Comments
Is it because you have NaN's in names.csv instead of NA's? Please try that. Best, P.S.: instead of |
No NaNs, only NAs. Sorry, miss.case() is from here. |
I still see NaN in names.csv but it should be NA. |
With the code below, which is your example made reproducible!? I cannot reproduce any warnings with the Github-Version of the package.
|
Often when I use irmi() I get a number of these warnings, but there does not appear to be problems with the input data or the outputted data.
Initial data by matrixplot()
After
The dataset is this, which is part of a yet to be released project.
Run this code to reproduce:
The text was updated successfully, but these errors were encountered: