Makes a plot summarizing the model fit scores of a set of models, and ranks the models based on their score.
plot_model_selection_criteria(scores, title = NULL, alphabetic = FALSE)
Plot summarizing the model fit scores, and ranking the models based on their scores.
Named list of model fit scores. Names correspond to the model.
(Optional) Plot title; defaults to the name of scores
.
(Optional) TRUE/FALSE, indicating if models are to be sorted alphabetically along the horizontal axis. Defaults to FALSE
.
The function assumes lower scores are preferable, so the models with the lowest scores are ranked higher.