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
anticlustering() now accepts factor variables as columns of the data argument x to handle categorical variables
anticlustering() with must_link constraints now supports objective = "kplus" and objective = "variance" (for equal-sized groups)
anticlustering() now supports method = "3phase", calling the three phase search algorithm by Yang et al., contributed by Hannah Hengelbrock (@HanneyAI)
categories_to_binary() now treats NAs as a separate category
anticlust now suggests packages MASS and tableone (for vignettes) and no longer suggests package palmerpenguins