You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
because of the following line: both <- all(pc$control.pts[c(2,8)] == c(1,1))
The text was updated successfully, but these errors were encountered:
If the user uses the method

range
inphi.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)because of the following line:
both <- all(pc$control.pts[c(2,8)] == c(1,1))
The text was updated successfully, but these errors were encountered: