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
the error was on the sanity check if (k < nlevels(group)) stop() which was wrongly preventing the function to run when the number of groups to be selected was smaller than the total number of groups. This has been fixed by if (k > nlevels(group)) stop()
The following error is thrown:
Error ... k is larger the the number of groups/levels in 'group'
The text was updated successfully, but these errors were encountered: