plot_model_selection: Plot summary for model selection.

View source: R/plot_model_selection.R

plot_model_selectionR Documentation

Plot summary for model selection.

Description

This plot is usefull to understand the different fits and their rank with respect to some scoring used to select the best model. The plot shows alternative solutions and their rank as well.

Usage

plot_model_selection(x, TOP = 6, nx = 3, ny = 2, ...)

Arguments

x

A list of fits computed via mobster_fit.

TOP

The first TOP fits are used (by ranking).

Value

A complex figure with all plots arranged using both ggpubr and cowplot.

Examples

data('fit_example', package = 'mobster')
plot_model_selection(fit_example)

caravagnalab/mobster documentation built on March 25, 2023, 3:40 p.m.