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

Missing values #14

Open
jarbet opened this issue Sep 18, 2024 · 2 comments
Open

Missing values #14

jarbet opened this issue Sep 18, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@jarbet
Copy link
Contributor

jarbet commented Sep 18, 2024

How are missing values handled by the package? If you assume there are no missing values, then I think it would be good to include something at the beginning of detect.outliers like:

stopifnot(
    'Missing values are not allowed in the input dataset.
    Please considering removing or imputing missing values first.' = 0 == sum(is.na(data))
    );
@jarbet jarbet added the enhancement New feature or request label Sep 18, 2024
@jeeyunhan
Copy link
Collaborator

That's good idea! Do you think I can add this in the very beginning of detect.outliers.R?

@jarbet
Copy link
Contributor Author

jarbet commented Sep 19, 2024

That's good idea! Do you think I can add this in the very beginning of detect.outliers.R?

Yep!

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

No branches or pull requests

2 participants