Skip to content
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

function get_numerics #9

Open
FloSchuberth opened this issue May 13, 2016 · 0 comments
Open

function get_numerics #9

FloSchuberth opened this issue May 13, 2016 · 0 comments

Comments

@FloSchuberth
Copy link

FloSchuberth commented May 13, 2016

Hey

I spotted a similar problem in the function get_numerics
Iwould replace the first two lines:
mvs_class = sapply(MV, class)
mvs_as_factors <- mvs_class == "factor"

by
mvs_as_factors = sapply(MV, is.factor)

In the test_factors function it does not seem to be a problem but the code could be adjusted in the same way.

Kind regards,
Flo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant