plot_model_selection_criteria: Make a plot of model fit scores

View source: R/internal-model_selection.R

plot_model_selection_criteriaR Documentation

Make a plot of model fit scores

Description

Makes a plot summarizing the model fit scores of a set of models, and ranks the models based on their score.

Usage

plot_model_selection_criteria(scores, title = NULL, alphabetic = FALSE)

Arguments

scores

Named list of model fit scores. Names correspond to the model.

title

(Optional) Plot title; defaults to the name of scores.

alphabetic

(Optional) TRUE/FALSE, indicating if models are to be sorted alphabetically along the horizontal axis. Defaults to FALSE.

Details

The function assumes lower scores are preferable, so the models with the lowest scores are ranked higher.

Value

Plot summarizing the model fit scores, and ranking the models based on their scores.


MAPCtools documentation built on June 25, 2025, 5:09 p.m.