Generates a publication-ready gt table comparing all fitted models by BIC, AIC, ICL, and log-likelihood. Highlights the best model and provides interpretation guidance.
Examples
if (FALSE) { # \dontrun{
results <- clustering(data, vars, n_clusters = 3)
model_comparison_table(results)
model_comparison_table(results, sort_by = "aic", top_n = 5)
} # }