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

rare values expect control.pts to be of size 9 #1

Open
hiyamgh opened this issue May 13, 2020 · 0 comments
Open

rare values expect control.pts to be of size 9 #1

hiyamgh opened this issue May 13, 2020 · 0 comments

Comments

@hiyamgh
Copy link

hiyamgh commented May 13, 2020

If the user uses the method range in phi.control and provides a relevance matrix with 2 rows rather than 3 rows, we cannot compute the percentage of rare values in the data according to the following (code snippet taken from code provided in this repository)
Capture

because of the following line:
both <- all(pc$control.pts[c(2,8)] == c(1,1))

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