logical. Should all columns of the dataset be logged before
applying clustering algorithms?
clust.algo
vector of strings: name of clustering algorithms to use
(use "km" for k-means, "kmed" for K-medians, "hc" for
hclust() and/or "mclust" for mclust()).
k.crit
string. Criterion to select the optimal number of clusters (for
each imputed dataset). Use "ch" for Calinski and Harabasz criterion
(not available for "mclust"), "CritCF" for CritCF or
bic for BIC ("mclust" only).
Value
a dataframe with one column for each algorithm in clust.algo,
containing the cluster IDs.