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

Issue of binning_rgr() #92

Open
choonghyunryu opened this issue Jan 17, 2023 · 0 comments
Open

Issue of binning_rgr() #92

choonghyunryu opened this issue Jan 17, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@choonghyunryu
Copy link
Owner

Problem and Cause

The following error may occur when applying binning_rgr() in a specific case of discrete data with a large number of cases.

Error in order(fpoints_tio) : argument 1 is not a vector

The cause of this problem is an error message from funModeing::discretize_rgr() that the function uses.

Solutions

To solve this problem, I have to report the issue to the author of funModeing::discretize_rgr() or modify the function at the source level and use it.

@choonghyunryu choonghyunryu added the bug Something isn't working label Jan 17, 2023
@choonghyunryu choonghyunryu self-assigned this Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant