R/clustering.R
get_best_model.Rd
Get Best Model
get_best_model(results, criterion = "bic", what = c("name", "result", "fit"))
Object from run_full_moe_analysis
Selection criterion: "bic", "aic", or "icl"
What to return: the model "name", the complete stored "result", or the raw fitted MoEClust "fit".
The requested representation of the best model.