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 windsorize() does not generate error when input is NA or NULL #20

Open
JosephSpejbl opened this issue May 5, 2019 · 0 comments

Comments

@JosephSpejbl
Copy link

The function windsorize does not handle NA values and NULL:

  1. in case of windsorize(c(1,2),NA) or windsorize(c(1,2),NULL) same result as p=1 is given.
  2. in case of windsorize(c(1,NA),0.9) inner function quantile reports error (this should be executed by main function windsorize).
JosephSpejbl referenced this issue in JosephSpejbl/datacleaner May 5, 2019
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