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
This will require more care in looking at whether lvls parameter is valid given # of levels in the factor. Maybe with N levels, allow lvls to be N/2, rounded down.
instead of
top_2(factor_var)
it should betop_levels(factor_var, lvls = 2)
The text was updated successfully, but these errors were encountered: