We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following code:
df = data.frame(Id = 1:3, x = c(NA, 0.2, 0.3)) names(df) = c("Id", "1x") VIM::hotdeck(df)
gives an error:
Error in `[.data.frame`(data.frame(x), , VariableSorting, drop = FALSE) : undefined columns selected
The text was updated successfully, but these errors were encountered:
Simple solution to Issue statistikat#19
46220e2
Change 'data.frame' into 'as.data.frame' at the end of the 'hotdeck' function.
021f62a
issue #19 as test
5606754
No branches or pull requests
The following code:
gives an error:
The text was updated successfully, but these errors were encountered: