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
In quantcut I am very rarely getting the following error message:
Error in if (pairs[1, i] == pairs[1, i - 1] && pairs[1, i] == pairs[2, :
missing value where TRUE/FALSE needed
Because it is happening inside a function running over random draws I don't have a reproducible example. The quantcut call is the following:
quantcut(pred_p, q = n_groups, labels = FALSE)
Looking at the source code, I can't actually figure what the issue is. Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered:
In quantcut I am very rarely getting the following error message:
Error in if (pairs[1, i] == pairs[1, i - 1] && pairs[1, i] == pairs[2, :
missing value where TRUE/FALSE needed
Because it is happening inside a function running over random draws I don't have a reproducible example. The quantcut call is the following:
quantcut(pred_p, q = n_groups, labels = FALSE)
Looking at the source code, I can't actually figure what the issue is. Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered: