View source: R/internal-model_selection.R
plot_model_selection_criteria | R Documentation |
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)
scores |
Named list of model fit scores. Names correspond to the model. |
title |
(Optional) Plot title; defaults to the name of |
alphabetic |
(Optional) TRUE/FALSE, indicating if models are to be sorted alphabetically along the horizontal axis. Defaults to |
The function assumes lower scores are preferable, so the models with the lowest scores are ranked higher.
Plot summarizing the model fit scores, and ranking the models based on their scores.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.